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