From c6cf8edf2f0ff628ea5c1323eb9bc685398b3a43 Mon Sep 17 00:00:00 2001
From: 王震 <10952869+daywangzhen@user.noreply.gitee.com>
Date: 星期六, 09 九月 2023 17:06:00 +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 9cbf45d..441e709 100644
--- a/src/components/view/laboratoryManagement.vue
+++ b/src/components/view/laboratoryManagement.vue
@@ -209,6 +209,7 @@
           :props="{ children: 'children', label: 'father' }"
           node-key="id"
           default-expand-all
+          highlight-current
           @node-click="handleNodeClick"
         >
           <div class="custom-tree-node" slot-scope="{ node, data }">

--
Gitblit v1.9.3