refactor(接口测试): 场景添加进度条问题优化

This commit is contained in:
fit2-zhao 2022-03-24 17:26:10 +08:00 committed by fit2-zhao
parent a2928346b6
commit bda6d6f694
1 changed files with 1 additions and 2 deletions

View File

@ -1571,8 +1571,6 @@ export default {
this.scenarioDefinition = obj.hashTree;
}
}
this.loading = false;
if (this.currentScenario.copy) {
this.path = "/api/automation/create";
}
@ -1586,6 +1584,7 @@ export default {
}
});
}
this.loading = false;
this.sort();
this.$nextTick(() => {
this.cancelBatchProcessing();