From 9674af17d8e7ad8f85c9df3b89d99a71d7e39268 Mon Sep 17 00:00:00 2001
From: 祖安之光 <11848914+light-of-zuan@user.noreply.gitee.com>
Date: Wed, 03 Dec 2025 13:11:09 +0800
Subject: [PATCH] 修改新增

---
 src/views/system/dept/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/system/dept/index.vue b/src/views/system/dept/index.vue
index c045dae..c67ed0a 100644
--- a/src/views/system/dept/index.vue
+++ b/src/views/system/dept/index.vue
@@ -176,7 +176,7 @@
 function getList() {
   loading.value = true;
   listDept(queryParams.value).then(response => {
-    deptList.value = proxy.handleTree(response.data, "deptId");
+    deptList.value = proxy.handleTree(response.data, "deptId")
     loading.value = false;
   });
 }

--
Gitblit v1.9.2