From 2947529037e8bb09ab2a304a86de4cfca0144a0f Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Mon, 10 Oct 2022 16:15:26 +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