From c45659a9de6a51f9e2d29f4c9645aac715f85f12 Mon Sep 17 00:00:00 2001 From: shiziyuan9527 Date: Mon, 8 Jun 2020 11:33:00 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E5=90=8D=E9=95=BF=E5=BA=A6?= =?UTF-8?q?=E9=99=90=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../business/components/api/report/ApiReportList.vue | 12 ++---------- .../performance/report/PerformanceTestReport.vue | 2 +- .../src/business/components/project/MsProject.vue | 4 ++-- 3 files changed, 5 insertions(+), 13 deletions(-) diff --git a/frontend/src/business/components/api/report/ApiReportList.vue b/frontend/src/business/components/api/report/ApiReportList.vue index 189d92d65..43c738f87 100644 --- a/frontend/src/business/components/api/report/ApiReportList.vue +++ b/frontend/src/business/components/api/report/ApiReportList.vue @@ -8,11 +8,8 @@ :show-create="false"/> - - + @filter-change="filter" @row-click="handleView"> + @@ -83,8 +80,6 @@ methods: { search() { - - if (this.testId !== 'all') { this.condition.testId = this.testId; } @@ -121,9 +116,6 @@ this.testId = this.$route.params.testId; this.search(); }, - /* filter(value, row) { - return row.status === value; - },*/ sort(column) { _sort(column, this.condition); this.init(); diff --git a/frontend/src/business/components/performance/report/PerformanceTestReport.vue b/frontend/src/business/components/performance/report/PerformanceTestReport.vue index cf5eccde0..e7c2b30cc 100644 --- a/frontend/src/business/components/performance/report/PerformanceTestReport.vue +++ b/frontend/src/business/components/performance/report/PerformanceTestReport.vue @@ -23,7 +23,7 @@ - - + +