From 2a97deaa6deb2b5e94b2edba33a3e885cab4892b Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期一, 22 十二月 2025 17:11:21 +0800
Subject: [PATCH] 1.海川开心-设备保养添加定时任务 2.海川开心-销售管理、采购管理展示字段修改

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

diff --git a/src/api/system/user.js b/src/api/system/user.js
index 7192d9b..1a455c7 100644
--- a/src/api/system/user.js
+++ b/src/api/system/user.js
@@ -8,6 +8,13 @@
     method: 'get',
     params: query
   })
+}// 鏌ヨ鐢ㄦ埛鍒楄〃
+export function listAll(query) {
+  return request({
+    url: '/system/user//listAll',
+    method: 'get',
+    params: query
+  })
 }
 
 // 鏌ヨ鐢ㄦ埛璇︾粏
@@ -135,6 +142,14 @@
   })
 }
 // 鏌ヨ鐢ㄦ埛鍒楄〃
+export function userListNoPageByTenantId() {
+  return request({
+    url: '/system/user/userListNoPageByTenantId',
+    method: 'get'
+  })
+}
+
+// 鏌ヨ鐢ㄦ埛鍒楄〃
 export function userListNoPage() {
   return request({
     url: '/system/user/userListNoPage',

--
Gitblit v1.9.3