From c2d73d36f018bbbe2393357f32b548113b09d3ae Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期四, 13 二月 2025 21:28:08 +0800 Subject: [PATCH] 流程日志组件、转办的用户、部门查询使用无数据权限的 --- src/api/system/user.js | 19 +++++++++++++++++++ 1 files changed, 19 insertions(+), 0 deletions(-) diff --git a/src/api/system/user.js b/src/api/system/user.js index 711b43e..3200d46 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({ -- Gitblit v1.8.0