fix(接口测试): 引用场景步骤状态标记错误问题
--bug=1009770 --user=赵勇 【接口测试】场景导入其他场景,选择复制后也显示引用 https://www.tapd.cn/55049933/s/1094532
This commit is contained in:
parent
34a2b6351e
commit
7cf6a90940
|
@ -169,10 +169,10 @@ export default {
|
|||
}
|
||||
},
|
||||
reference() {
|
||||
this.getScenarioDefinition("Copy");
|
||||
this.getScenarioDefinition("REF");
|
||||
},
|
||||
copy() {
|
||||
this.getScenarioDefinition("REF");
|
||||
this.getScenarioDefinition("Copy");
|
||||
},
|
||||
close() {
|
||||
this.$emit('close');
|
||||
|
|
Loading…
Reference in New Issue