From dc3af0cbb4a6d105bdff497b510cc0a87b3e8d0a Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期五, 28 二月 2025 17:53:44 +0800
Subject: [PATCH] Merge branch 'dev' of http://114.132.189.42:9002/r/lims-ruoyi-before into dev

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

diff --git a/src/api/system/user.js b/src/api/system/user.js
index b5e3edd..8ecfc5a 100644
--- a/src/api/system/user.js
+++ b/src/api/system/user.js
@@ -134,3 +134,64 @@
     method: 'get'
   })
 }
+
+// 鑾峰彇浜轰簨绯荤粺缁勭粐
+export function selectCompaniesList() {
+  return request({
+    url: '/companies/selectCompaniesList',
+    method: 'get'
+  })
+}
+// 鑾峰彇浜轰簨绯荤粺缁勭粐涓嬬殑浜哄憳
+export function selectSimpleList(data) {
+  return request({
+    url: '/companies/selectSimpleList',
+    method: 'post',
+    params: data
+  })
+}
+// 鑾峰彇浜轰簨绯荤粺缁勭粐涓嬬殑浜哄憳
+export function addPersonUser(data) {
+  return request({
+    url: '/companies/addPersonUser',
+    method: 'post',
+    params: data
+  })
+}
+// 鑾峰彇瑙掕壊
+export function selectRoleList() {
+  return request({
+    url: '/role/selectRoleList',
+    method: 'get',
+  })
+}
+// 鑾峰彇鍗曚綅
+export function selectCustomEnum() {
+  return request({
+    url: '/system/custom/selectCustomEnum',
+    method: 'get',
+  })
+}
+// 鎻愪氦娣诲姞鏋舵瀯淇℃伅
+export function addDepartment(params) {
+  return request({
+    url: '/department/addDepartment',
+    method: 'post',
+    params: params
+  })
+}
+// 鑾峰彇褰撳墠鐧诲綍浜哄憳閮ㄩ棬
+export function selectUserDepartmentLimsName(query) {
+  return request({
+    url: '/system/newUser/selectUserDepartmentLimsName',
+    method: 'get'
+  })
+}
+// 鑾峰彇鐢ㄦ埛鍒楄〃
+export function selectUserCondition(query) {
+  return request({
+    url: "/system/newUser/selectUserCondition",
+    method: "get",
+    params: query,
+  });
+}

--
Gitblit v1.9.3