fix(接口自动化): 修复场景步骤一键展开和一键合并问题
This commit is contained in:
parent
5cc6e3bf16
commit
5b43ba0bed
|
@ -1190,6 +1190,10 @@ export default {
|
|||
}
|
||||
}
|
||||
});
|
||||
}else{
|
||||
this.expandedNode = [];
|
||||
this.expandedStatus = true;
|
||||
this.shrinkTreeNode();
|
||||
}
|
||||
},
|
||||
closeExpansion() {
|
||||
|
|
|
@ -962,6 +962,10 @@ export default {
|
|||
}
|
||||
}
|
||||
});
|
||||
}else{
|
||||
this.expandedNode = [];
|
||||
this.expandedStatus = true;
|
||||
this.shrinkTreeNode();
|
||||
}
|
||||
},
|
||||
closeExpansion() {
|
||||
|
|
Loading…
Reference in New Issue