From 46ec48beb42de969c2e83968ee1696a709b99f33 Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期五, 16 一月 2026 09:26:36 +0800
Subject: [PATCH] fix: 生产订单-导出接口重新对接

---
 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 431f6b0..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
+  })
 }
 
 // 鏌ヨ鐢ㄦ埛璇︾粏

--
Gitblit v1.9.3