fix(测试跟踪): 左侧模块树节点click刷新树回退
This commit is contained in:
parent
cbabec7871
commit
1778c6bff8
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue