From 648520268c8878cd839e8560dc67af2c6e4d97cd Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期二, 04 三月 2025 17:22:03 +0800
Subject: [PATCH] 修改文件管理bug

---
 src/api/system/user.js |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/src/api/system/user.js b/src/api/system/user.js
index bd2c924..57ed6d5 100644
--- a/src/api/system/user.js
+++ b/src/api/system/user.js
@@ -189,3 +189,11 @@
     params: query,
   });
 }
+
+// 鑾峰彇褰撳墠鐧诲綍浜哄憳閮ㄩ棬
+export function selectUserDepartmentLimsName(query) {
+  return request({
+    url: "/system/newUser/selectUserDepartmentLimsName",
+    method: "get",
+  });
+}

--
Gitblit v1.9.3