From 1778c6bff818a6a40af19c9dbbb23006b500a2c4 Mon Sep 17 00:00:00 2001 From: song-cc-rock Date: Wed, 29 Mar 2023 20:18:17 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=B5=8B=E8=AF=95=E8=B7=9F=E8=B8=AA):=20?= =?UTF-8?q?=E5=B7=A6=E4=BE=A7=E6=A8=A1=E5=9D=97=E6=A0=91=E8=8A=82=E7=82=B9?= =?UTF-8?q?click=E5=88=B7=E6=96=B0=E6=A0=91=E5=9B=9E=E9=80=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test-track/frontend/src/business/module/TestCaseNodeTree.vue | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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) {