refactor(接口测试): 优化场景步骤执行提示

This commit is contained in:
wxg0103 2023-05-25 19:25:32 +08:00 committed by fit2-zhao
parent 0d57785de6
commit f33f28ae44
1 changed files with 4 additions and 0 deletions

View File

@ -1535,6 +1535,10 @@ export default {
this.initMessageSocket();
} else {
this.debugLoading = false;
if (runScenario.hashTree) {
runScenario.hashTree[0].requestResult = [];
runScenario.hashTree[0].testing = false;
}
}
})
},