From aff4b551f2414feabae54f62c8f090d3c34cba27 Mon Sep 17 00:00:00 2001 From: shiziyuan9527 Date: Mon, 25 Oct 2021 17:40:26 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=A6=96=E9=A1=B5=E6=A0=B9=E6=8D=AE?= =?UTF-8?q?=E8=AF=84=E5=AE=A1=E7=BB=93=E6=9E=9C=E8=B7=B3=E8=BD=AC=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/track/case/components/TestCaseList.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/business/components/track/case/components/TestCaseList.vue b/frontend/src/business/components/track/case/components/TestCaseList.vue index d583384947..fbf2d60c83 100644 --- a/frontend/src/business/components/track/case/components/TestCaseList.vue +++ b/frontend/src/business/components/track/case/components/TestCaseList.vue @@ -591,13 +591,13 @@ export default { this.condition.caseCoverage = 'coverage'; break; case 'Prepare': - this.condition.filters.reviewStatus = [this.selectDataRange]; + this.condition.filters.review_status = [this.selectDataRange]; break; case 'Pass': - this.condition.filters.reviewStatus = [this.selectDataRange]; + this.condition.filters.review_status = [this.selectDataRange]; break; case 'UnPass': - this.condition.filters.reviewStatus = [this.selectDataRange]; + this.condition.filters.review_status = [this.selectDataRange]; break; } this.condition.filters.priority = this.condition.filters['用例等级'];