fix(接口测试): 修复场景步骤来回切换环境,数据源未按同名优先的缺陷

--bug=1025218 --user=王孝刚 【接口测试】github#23477,切换环境,数据源不会切换到同名数据源
https://www.tapd.cn/55049933/s/1361329
This commit is contained in:
wxg0103 2023-04-11 14:51:48 +08:00 committed by fit2-zhao
parent 44a0d9f03a
commit d144fdb6c8
1 changed files with 3 additions and 0 deletions

View File

@ -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) {