From 4456440a36c8796cbfb6dc8df67367ea73659451 Mon Sep 17 00:00:00 2001
From: zxl <763096477@qq.com>
Date: 星期三, 24 十二月 2025 17:25:56 +0800
Subject: [PATCH] 上报
---
src/api/system/user.js | 27 +++++++++++++++++++++++++++
1 files changed, 27 insertions(+), 0 deletions(-)
diff --git a/src/api/system/user.js b/src/api/system/user.js
index 711b43e..5cf1ab2 100644
--- a/src/api/system/user.js
+++ b/src/api/system/user.js
@@ -10,6 +10,16 @@
})
}
+// 鏌ヨ鐢ㄦ埛鍒楄〃 鏃犳暟鎹潈闄�
+export function listUserNoAuth(query) {
+ return request({
+ url: '/system/user/list/no-data-auth',
+ method: 'get',
+ params: query
+ })
+}
+
+
// 鏌ヨ鐢ㄦ埛璇︾粏
export function getUser(userId) {
return request({
@@ -134,6 +144,15 @@
})
}
+// 鏌ヨ閮ㄩ棬涓嬫媺鏍戠粨鏋� 鏃犳暟鎹潈闄�
+export function deptTreeSelectNoAuth() {
+ return request({
+ url: '/system/user/deptTree/no-data-auth',
+ method: 'get'
+ })
+}
+
+
// 鏌ヨ閮ㄩ棬涓嬫媺鏍戠粨鏋�(flowable涓撶敤)
export function flowableDeptTreeSelect() {
return request({
@@ -141,3 +160,11 @@
method: 'get'
})
}
+
+// 鏌ヨ閮ㄩ棬涓嬩汉鍛�
+export function getByDept(deptId) {
+ return request({
+ url: '/system/user/getByDept/'+deptId,
+ method: 'get'
+ })
+}
--
Gitblit v1.8.0