fix(接口测试): 修复切换报告右侧没刷新问题
This commit is contained in:
parent
6ec08c0ec5
commit
2b2ebb6823
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue