From f10537b9d15208e1851825691470fda54ff8e68a Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期四, 06 三月 2025 15:51:57 +0800
Subject: [PATCH] 完善能力范围

---
 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