From 4ec7b4a558e952cca2ac27a73483fe9395ba0a93 Mon Sep 17 00:00:00 2001
From: chenrui <1187576398@qq.com>
Date: 星期五, 28 二月 2025 14:58:07 +0800
Subject: [PATCH] 标准方法的变更代码迁移

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

diff --git a/src/api/system/user.js b/src/api/system/user.js
index 14b4c2b..8ecfc5a 100644
--- a/src/api/system/user.js
+++ b/src/api/system/user.js
@@ -187,3 +187,11 @@
     method: 'get'
   })
 }
+// 鑾峰彇鐢ㄦ埛鍒楄〃
+export function selectUserCondition(query) {
+  return request({
+    url: "/system/newUser/selectUserCondition",
+    method: "get",
+    params: query,
+  });
+}

--
Gitblit v1.9.3