From c95cd68de2a10c9a1c8f5a2945cb52b90d8ba83d Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期三, 10 十二月 2025 11:37:35 +0800
Subject: [PATCH] 1.海川开心-来票登记可以多选开票(多选时金额要加起来) 2.海川开心-采购台账添加一个附件操作

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

diff --git a/src/api/system/user.js b/src/api/system/user.js
index 2da13d4..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
+  })
 }
 
 // 鏌ヨ鐢ㄦ埛璇︾粏
@@ -134,3 +141,26 @@
     method: 'get'
   })
 }
+// 鏌ヨ鐢ㄦ埛鍒楄〃
+export function userListNoPageByTenantId() {
+  return request({
+    url: '/system/user/userListNoPageByTenantId',
+    method: 'get'
+  })
+}
+
+// 鏌ヨ鐢ㄦ埛鍒楄〃
+export function userListNoPage() {
+  return request({
+    url: '/system/user/userListNoPage',
+    method: 'get'
+  })
+}
+// 閮ㄩ棬鍒楄〃
+export function userLoginFacotryList(params) {
+  return request({
+    url: '/userLoginFacotryList',
+    method: 'get',
+    params: params
+  })
+}

--
Gitblit v1.9.3