fix(接口测试): 引用场景步骤状态标记错误问题

--bug=1009770 --user=赵勇 【接口测试】场景导入其他场景,选择复制后也显示引用 https://www.tapd.cn/55049933/s/1094532
This commit is contained in:
fit2-zhao 2022-01-19 17:11:08 +08:00 committed by fit2-zhao
parent 34a2b6351e
commit 7cf6a90940
1 changed files with 2 additions and 2 deletions

View File

@ -169,10 +169,10 @@ export default {
}
},
reference() {
this.getScenarioDefinition("Copy");
this.getScenarioDefinition("REF");
},
copy() {
this.getScenarioDefinition("REF");
this.getScenarioDefinition("Copy");
},
close() {
this.$emit('close');