fix(测试跟踪): 左侧模块树节点click刷新树回退

This commit is contained in:
song-cc-rock 2023-03-29 20:18:17 +08:00 committed by jianxing
parent cbabec7871
commit 1778c6bff8
1 changed files with 2 additions and 3 deletions

View File

@ -281,9 +281,8 @@ export default {
this.currentNode = node;
this.$emit("nodeSelectEvent", node, node.data.id === 'root' ? [] : nodeIds, pNodes);
//
this.nohupReloadTree(node.data.id);
// TAB
// this.nohupReloadTree(node.data.id);
},
nohupReloadTree(selectNodeId) {
if (this.projectId) {