fix(接口自动化): 修复场景步骤一键展开和一键合并问题

This commit is contained in:
fit2-zhao 2021-06-16 15:30:41 +08:00 committed by fit2-zhao
parent 5cc6e3bf16
commit 5b43ba0bed
2 changed files with 8 additions and 0 deletions

View File

@ -1190,6 +1190,10 @@ export default {
}
}
});
}else{
this.expandedNode = [];
this.expandedStatus = true;
this.shrinkTreeNode();
}
},
closeExpansion() {

View File

@ -962,6 +962,10 @@ export default {
}
}
});
}else{
this.expandedNode = [];
this.expandedStatus = true;
this.shrinkTreeNode();
}
},
closeExpansion() {