fix: 关联场景用例报错

This commit is contained in:
chenjianxing 2021-01-26 19:25:04 +08:00
parent b5b5d3aa54
commit 24aa3e5f96
2 changed files with 2 additions and 2 deletions

View File

@ -222,7 +222,6 @@
}
if (this.$refs.apiConfig) {
this.$refs.apiConfig.forEach(item => {
console.log(item);
item.removeListener();
}); // tab ctrl + s
let tabs = this.apiTabs;

View File

@ -104,7 +104,8 @@
search() {
this.selectRows = new Set();
this.loading = true;
this.condition.filters = ["Prepare", "Underway", "Completed"];
this.condition.filters = {status: ["Prepare", "Underway", "Completed"]};
this.condition.moduleIds = this.selectNodeIds;