fix(接口测试): 修复场景步骤来回切换环境,数据源未按同名优先的缺陷
--bug=1025218 --user=王孝刚 【接口测试】github#23477,切换环境,数据源不会切换到同名数据源 https://www.tapd.cn/55049933/s/1361329
This commit is contained in:
parent
44a0d9f03a
commit
d144fdb6c8
|
@ -1891,6 +1891,9 @@ export default {
|
|||
this.currentScenario.refId = response.data.refId;
|
||||
}
|
||||
}
|
||||
if (this.scenarioDefinition !== null) {
|
||||
this.dataProcessing(this.scenarioDefinition);
|
||||
}
|
||||
// 保存成功后刷新历史版本
|
||||
this.getVersionHistory();
|
||||
if (this.currentScenario.tags instanceof String) {
|
||||
|
|
Loading…
Reference in New Issue