From 5d4f4452ae36f2e8a03572284e23679d2e2f62ff Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期四, 06 三月 2025 13:41:49 +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