diff --git a/test-track/frontend/src/business/module/TestCaseNodeTree.vue b/test-track/frontend/src/business/module/TestCaseNodeTree.vue index aa436a56ff..85ad5c5e84 100644 --- a/test-track/frontend/src/business/module/TestCaseNodeTree.vue +++ b/test-track/frontend/src/business/module/TestCaseNodeTree.vue @@ -281,9 +281,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) {