fix(测试跟踪): 左侧模块树节点click刷新树回退
This commit is contained in:
parent
cbabec7871
commit
1778c6bff8
|
@ -281,9 +281,8 @@ export default {
|
||||||
this.currentNode = node;
|
this.currentNode = node;
|
||||||
|
|
||||||
this.$emit("nodeSelectEvent", node, node.data.id === 'root' ? [] : nodeIds, pNodes);
|
this.$emit("nodeSelectEvent", node, node.data.id === 'root' ? [] : nodeIds, pNodes);
|
||||||
|
// 只在TAB页切换时才刷新树
|
||||||
// 刷新模块树
|
// this.nohupReloadTree(node.data.id);
|
||||||
this.nohupReloadTree(node.data.id);
|
|
||||||
},
|
},
|
||||||
nohupReloadTree(selectNodeId) {
|
nohupReloadTree(selectNodeId) {
|
||||||
if (this.projectId) {
|
if (this.projectId) {
|
||||||
|
|
Loading…
Reference in New Issue