From 3b0c9e51e16619e59b58e4ce9870e8f69e89259b Mon Sep 17 00:00:00 2001
From: rk <94314517@qq.com>
Date: 星期二, 21 十月 2025 17:42:11 +0800
Subject: [PATCH] 月台自动叫号处理问题

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

diff --git a/admin/src/api/system/user.js b/admin/src/api/system/user.js
index 95f6c87..b47616f 100644
--- a/admin/src/api/system/user.js
+++ b/admin/src/api/system/user.js
@@ -7,6 +7,9 @@
 export function pageDriverList (data) {
   return request.post('/visitsAdmin/cloudService/system/user/pageDriver', data)
 }
+export function findAllList (data) {
+  return request.post('/visitsAdmin/cloudService/system/user/findAllList', data)
+}
 
 // 鏂板缓
 export function create (data) {

--
Gitblit v1.9.3