refactor(接口测试): 优化保存场景方法去除保存时环境校验
--bug=1013299 --user=赵勇 【接口测试】场景-编辑后保存响应时间较长需要优化 https://www.tapd.cn/55049933/s/1161559
This commit is contained in:
parent
ceba6c714d
commit
3ef4c00fda
|
@ -1790,9 +1790,6 @@ export default {
|
|||
},
|
||||
async setParameter() {
|
||||
this.initParameter();
|
||||
let definition = JSON.parse(JSON.stringify(this.currentScenario));
|
||||
definition.hashTree = this.scenarioDefinition;
|
||||
await this.getEnv(JSON.stringify(definition));
|
||||
// 保存时同步所需要的项目环境
|
||||
savePreciseEnvProjectIds(this.projectIds, this.projectEnvMap);
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue