diff --git a/frontend/src/business/components/api/report/ApiReportList.vue b/frontend/src/business/components/api/report/ApiReportList.vue index 189d92d65437a3c0a7aca8640ebe4191cd43d5e9..43c738f876fb5bb4bb8c193ae2f252a55b44dc3b 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 cf5eccde04186662d7a5d3a47174455c840afbee..e7c2b30cc0fbd14f11200c845942573c1129e02b 100644 --- a/frontend/src/business/components/performance/report/PerformanceTestReport.vue +++ b/frontend/src/business/components/performance/report/PerformanceTestReport.vue @@ -23,7 +23,7 @@ - - + +