From 5608958b603be7ee70f309d6bb35dc4739449778 Mon Sep 17 00:00:00 2001 From: qinxianzhangyao <11053546+qinxianzhangyao@user.noreply.gitee.com> Date: 星期一, 19 二月 2024 15:11:41 +0800 Subject: [PATCH] qxtj --- src/views/hosp/project/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/hosp/project/index.vue b/src/views/hosp/project/index.vue index b7e7aa9..c333410 100644 --- a/src/views/hosp/project/index.vue +++ b/src/views/hosp/project/index.vue @@ -1233,7 +1233,7 @@ }, // 鑺傜偣鍗曞嚮浜嬩欢 handleNodeClick(date) { - if (date.$treeNodeId == 3) { + if (date.children) { this.xiugais = true; } else { this.xiugais = false; -- Gitblit v1.8.0