fix: 测试用例查询数据错误
This commit is contained in:
parent
46b4e2fd5b
commit
3d98527582
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue