From 2405410a2df3178ebacdc241522fa9aaf28f4a34 Mon Sep 17 00:00:00 2001
From: 祖安之光 <11848914+light-of-zuan@user.noreply.gitee.com>
Date: 星期四, 13 十一月 2025 14:42:34 +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