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() {