fix(测试跟踪): 切换模块时模块数量刷新问题
--bug=1023722 --user=宋昌昌 【测试跟踪】功能用例-创建用例-点击切换模块-右侧数据更新-左侧模块数量未更新 https://www.tapd.cn/55049933/s/1343921
This commit is contained in:
parent
5fb07e894e
commit
24c07db714
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue