From 43c9b669d810a3fa43b06f9ffd1b53c09bab45ec Mon Sep 17 00:00:00 2001
From: xiebin <123456>
Date: Sun, 09 Oct 2022 09:05:09 +0800
Subject: [PATCH] 取消默认时间查询
---
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 c8a8101..74d68a7 100644
--- a/src/api/system/user.js
+++ b/src/api/system/user.js
@@ -13,6 +13,13 @@
})
}
+export const getUserList = () => {
+ return request({
+ url: '/api/blade-user/user-list',
+ method: 'get',
+ })
+}
+
export const remove = (ids) => {
return request({
url: '/api/blade-user/remove',
--
Gitblit v1.9.3