From 9a90ee2c34c74591f88ea1ffc46f3d757c11715d Mon Sep 17 00:00:00 2001 From: spring <2396852758@qq.com> Date: 星期五, 28 二月 2025 17:53:06 +0800 Subject: [PATCH] 设备搬迁60% --- src/api/system/user.js | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/src/api/system/user.js b/src/api/system/user.js index 403ace7..14b4c2b 100644 --- a/src/api/system/user.js +++ b/src/api/system/user.js @@ -180,3 +180,10 @@ params: params }) } +// 鑾峰彇褰撳墠鐧诲綍浜哄憳閮ㄩ棬 +export function selectUserDepartmentLimsName(query) { + return request({ + url: '/system/newUser/selectUserDepartmentLimsName', + method: 'get' + }) +} -- Gitblit v1.9.3