fix: 测试用例查询数据错误

This commit is contained in:
chenjianxing 2021-10-27 20:00:59 +08:00 committed by jianxing
parent 46b4e2fd5b
commit 3d98527582
1 changed files with 0 additions and 4 deletions

View File

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