fix(测试跟踪): 切换模块时模块数量刷新问题

--bug=1023722 --user=宋昌昌 【测试跟踪】功能用例-创建用例-点击切换模块-右侧数据更新-左侧模块数量未更新 https://www.tapd.cn/55049933/s/1343921
This commit is contained in:
song-cc-rock 2023-02-28 10:48:57 +08:00 committed by jianxing
parent 5fb07e894e
commit 24c07db714
1 changed files with 2 additions and 3 deletions

View File

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