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

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

View File

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