Skip to content

Commit

Permalink
refactor(接口测试): 优化场景步骤执行提示
Browse files Browse the repository at this point in the history
  • Loading branch information
wxg0103 authored and fit2-zhao committed May 29, 2023
1 parent 0d57785 commit f33f28a
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1535,6 +1535,10 @@ export default {
this.initMessageSocket();
} else {
this.debugLoading = false;
if (runScenario.hashTree) {
runScenario.hashTree[0].requestResult = [];
runScenario.hashTree[0].testing = false;
}
}
})
},
Expand Down

0 comments on commit f33f28a

Please sign in to comment.