fix(接口测试): 修复循环控制器下的引用的步骤无法复制的缺陷
This commit is contained in:
parent
227371e700
commit
63039b7969
|
@ -233,6 +233,12 @@ export default {
|
|||
},
|
||||
},
|
||||
created() {
|
||||
let typeArray = ["LoopController", "IfController","TransactionController"];
|
||||
if (typeArray.includes(this.data.type) && !this.data.disabled) {
|
||||
this.data.hashTree.forEach(item => {
|
||||
item.isCopy = true;
|
||||
})
|
||||
}
|
||||
if (!this.data.name) {
|
||||
this.isShowInput = true;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue