fix(接口测试): 修复切换报告右侧没刷新问题

This commit is contained in:
fit2-zhao 2020-09-25 15:26:39 +08:00
parent 6ec08c0ec5
commit 2b2ebb6823
1 changed files with 1 additions and 1 deletions

View File

@ -87,6 +87,7 @@ export default {
this.report = {};
this.content = {};
this.fails = [];
this.isRequestResult = false;
},
handleClick(tab, event) {
this.isRequestResult = false
@ -118,7 +119,6 @@ export default {
}
},
getFails() {
this.isRequestResult = false;
if (this.isNotRunning) {
this.fails = [];
this.totalTime = 0