From c86814dbdc31028dcc9603bc7f4e5a35d9f50b13 Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期四, 06 三月 2025 13:22:26 +0800
Subject: [PATCH] 标准库搬迁80%

---
 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 3823f9d..032a9ab 100644
--- a/src/api/system/user.js
+++ b/src/api/system/user.js
@@ -183,3 +183,11 @@
     params: query,
   });
 }
+
+// 鑾峰彇褰撳墠鐧诲綍浜哄憳閮ㄩ棬
+export function selectUserDepartmentLimsName(query) {
+  return request({
+    url: "/system/newUser/selectUserDepartmentLimsName",
+    method: "get",
+  });
+}

--
Gitblit v1.9.3