fix: 测试用例查询数据错误
This commit is contained in:
parent
46b4e2fd5b
commit
3d98527582
|
@ -413,7 +413,6 @@ export default {
|
||||||
this.condition.filters = {status: ["Trash"]};
|
this.condition.filters = {status: ["Trash"]};
|
||||||
}else {
|
}else {
|
||||||
this.condition.filters = {reviewStatus: ["Prepare", "Pass", "UnPass"]};
|
this.condition.filters = {reviewStatus: ["Prepare", "Pass", "UnPass"]};
|
||||||
this.condition.filters = {status: ["Prepare" , "Underway" , "Completed"]}
|
|
||||||
}
|
}
|
||||||
this.initTableData();
|
this.initTableData();
|
||||||
let redirectParam = this.$route.query.dataSelectRange;
|
let redirectParam = this.$route.query.dataSelectRange;
|
||||||
|
@ -569,9 +568,6 @@ export default {
|
||||||
this.condition.nodeIds = this.selectNodeIds;
|
this.condition.nodeIds = this.selectNodeIds;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if(this.condition.filters.status===null) {
|
|
||||||
this.condition.filters.status = ["Prepare", "Underway", "Completed"];
|
|
||||||
}
|
|
||||||
this.getData();
|
this.getData();
|
||||||
},
|
},
|
||||||
getData() {
|
getData() {
|
||||||
|
|
Loading…
Reference in New Issue