From 2c726bfdb6fd802e5a8d220854ec3e900fb287fb Mon Sep 17 00:00:00 2001
From: wwl <xchao828@163.com>
Date: 星期五, 20 六月 2025 17:42:13 +0800
Subject: [PATCH] 消息通知

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

diff --git a/src/api/system/user.js b/src/api/system/user.js
index 6a38491..9022ba4 100644
--- a/src/api/system/user.js
+++ b/src/api/system/user.js
@@ -11,7 +11,14 @@
     params: query
   })
 }
-
+// 鏌ヨ鐢ㄦ埛鍒楄〃
+export function listUser1(query) {
+  return request({
+    url: '/system/user/userListByDeptId',
+    method: 'get',
+    params: query
+  })
+}
 export function getlistUser() {
   return request({
     url: '/system/user/getList',

--
Gitblit v1.8.0