From 3d985275826b6e9f1553a52df811ca37679348b3 Mon Sep 17 00:00:00 2001 From: chenjianxing Date: Wed, 27 Oct 2021 20:00:59 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=B5=8B=E8=AF=95=E7=94=A8=E4=BE=8B?= =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E6=95=B0=E6=8D=AE=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/track/case/components/TestCaseList.vue | 4 ---- 1 file changed, 4 deletions(-) diff --git a/frontend/src/business/components/track/case/components/TestCaseList.vue b/frontend/src/business/components/track/case/components/TestCaseList.vue index 96bdcebd6c..3516b66f76 100644 --- a/frontend/src/business/components/track/case/components/TestCaseList.vue +++ b/frontend/src/business/components/track/case/components/TestCaseList.vue @@ -413,7 +413,6 @@ export default { this.condition.filters = {status: ["Trash"]}; }else { this.condition.filters = {reviewStatus: ["Prepare", "Pass", "UnPass"]}; - this.condition.filters = {status: ["Prepare" , "Underway" , "Completed"]} } this.initTableData(); let redirectParam = this.$route.query.dataSelectRange; @@ -569,9 +568,6 @@ export default { this.condition.nodeIds = this.selectNodeIds; } } - if(this.condition.filters.status===null) { - this.condition.filters.status = ["Prepare", "Underway", "Completed"]; - } this.getData(); }, getData() {