fix: 搜索用例时显示了新增用例

This commit is contained in:
chenjianxing 2020-12-17 16:00:20 +08:00
parent 65b702c9b5
commit 09bdbfc04a
1 changed files with 3 additions and 3 deletions

View File

@ -167,9 +167,9 @@
}
}
this.apiCaseList = response.data;
if (this.apiCaseList.length == 0) {
this.addCase();
}
// if (this.apiCaseList.length == 0) {
// this.addCase();
// }
});
}
},