From 6289043772127d66bc6774cbb13ccb3e8908168c Mon Sep 17 00:00:00 2001 From: shiziyuan9527 Date: Mon, 21 Sep 2020 17:51:31 +0800 Subject: [PATCH] =?UTF-8?q?refactor(=E7=94=A8=E4=BE=8B=E8=AF=84=E5=AE=A1):?= =?UTF-8?q?=20=E6=B5=8B=E8=AF=95=E8=AF=84=E5=AE=A1=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E7=94=A8=E4=BE=8B=E5=88=97=E8=A1=A8=E5=8E=BB=E6=8E=89=E7=BC=BA?= =?UTF-8?q?=E9=99=B7=E5=88=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/TestReviewTestCaseList.vue | 43 ------------------- 1 file changed, 43 deletions(-) diff --git a/frontend/src/business/components/track/review/view/components/TestReviewTestCaseList.vue b/frontend/src/business/components/track/review/view/components/TestReviewTestCaseList.vue index 3f17ab8c4c..c37a0632a5 100644 --- a/frontend/src/business/components/track/review/view/components/TestReviewTestCaseList.vue +++ b/frontend/src/business/components/track/review/view/components/TestReviewTestCaseList.vue @@ -95,37 +95,6 @@ show-overflow-tooltip> - - - - - { - let issues = response.data; - if (this.tableData[i]) { - this.$set(this.tableData[i], "issuesSize", issues.length); - this.$set(this.tableData[i], "issuesContent", issues); - } - }) - } - } this.selectRows.clear(); }); }