fix(测试跟踪): 回收站切换用例列表模块树数量有误

--bug=1017132 --user=宋昌昌 【测试跟踪】功能用例查看回收站后再查看用例列表,左侧模块树的数量统计错误 https://www.tapd.cn/55049933/s/1249121
This commit is contained in:
song-cc-rock 2022-09-21 19:18:15 +08:00 committed by jianxing
parent b3fd90c65e
commit 38e3cbd4a1
1 changed files with 2 additions and 1 deletions

View File

@ -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) {