refactor(接口测试): 场景添加进度条问题优化
This commit is contained in:
parent
f4c7381896
commit
b46731c4c0
|
@ -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();
|
||||||
|
|
Loading…
Reference in New Issue