fix(测试跟踪): 回收站切换用例列表模块树数量有误
--bug=1017132 --user=宋昌昌 【测试跟踪】功能用例查看回收站后再查看用例列表,左侧模块树的数量统计错误 https://www.tapd.cn/55049933/s/1249121
This commit is contained in:
parent
b3fd90c65e
commit
38e3cbd4a1
|
@ -286,7 +286,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