From 2666dd64611a6f190c12896e507f175fae3aef19 Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期四, 13 三月 2025 14:26:47 +0800
Subject: [PATCH] 修改人员

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

diff --git a/src/api/system/user.js b/src/api/system/user.js
index 7579fd2..cb4750c 100644
--- a/src/api/system/user.js
+++ b/src/api/system/user.js
@@ -185,9 +185,17 @@
 }
 
 // 鑾峰彇褰撳墠鐧诲綍浜哄憳閮ㄩ棬
-export function selectUserDepartmentLimsName(query) {
+export function selectUserDepartmentLimsName() {
   return request({
     url: "/system/newUser/selectUserDepartmentLimsName",
     method: "get",
   });
 }
+
+// 鑾峰彇瀹為獙瀹や笅鐨勬楠屽憳鍒楄〃
+export function getLaboratoryPersonList() {
+  return request({
+    url: "/system/newUser/getLaboratoryPersonList",
+    method: "get",
+  });
+}

--
Gitblit v1.9.3