From 0989fc93dcc7308227c6510586eb1becae49fb83 Mon Sep 17 00:00:00 2001
From: 王震 <10952869+daywangzhen@user.noreply.gitee.com>
Date: 星期四, 14 九月 2023 11:45:23 +0800
Subject: [PATCH] 改bug

---
 src/components/view/laboratoryManagement.vue |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/components/view/laboratoryManagement.vue b/src/components/view/laboratoryManagement.vue
index 38548d3..1016489 100644
--- a/src/components/view/laboratoryManagement.vue
+++ b/src/components/view/laboratoryManagement.vue
@@ -588,6 +588,7 @@
         let one=this.towTree[0]
         console.log(one);
         let name =one.father
+        this.checkTreeNode.father = name
 			  console.log(name);
         this.selectDeviceStart(name)
         });

--
Gitblit v1.9.3