fix(接口自动化): 修复场景步骤合并全部问题
This commit is contained in:
parent
92db1a084b
commit
dcb0124740
|
@ -1241,8 +1241,9 @@ export default {
|
|||
if (this.expandedStatus) {
|
||||
this.expandedNode.push(nodes[i].resourceId);
|
||||
}
|
||||
if (this.stepSize < 35 || !this.expandedStatus) {
|
||||
nodes[i].active = this.expandedStatus;
|
||||
nodes[i].active = this.expandedStatus;
|
||||
if (this.stepSize > 35 && this.expandedStatus) {
|
||||
nodes[i].active = false;
|
||||
}
|
||||
if (nodes[i].hashTree != undefined && nodes[i].hashTree.length > 0) {
|
||||
this.changeNodeStatus(nodes[i].hashTree);
|
||||
|
|
Loading…
Reference in New Issue