From 5019ed6016b47221321bf395cd102dc4b51b4724 Mon Sep 17 00:00:00 2001 From: MrShi <1878285526@qq.com> Date: 星期一, 05 二月 2024 09:40:43 +0800 Subject: [PATCH] Mr.Shi --- platform/src/api/system/user.js | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/platform/src/api/system/user.js b/platform/src/api/system/user.js index 6473428..a4d52d4 100644 --- a/platform/src/api/system/user.js +++ b/platform/src/api/system/user.js @@ -5,6 +5,11 @@ return request.post('/system/user/page', data) } +// 鏌ヨ +export function findAllList (data) { + return request.post('/system/user/findAllList', data) +} + // 鏂板缓 export function create (data) { return request.post('/system/user/create', data, { @@ -41,9 +46,4 @@ // 閲嶇疆瀵嗙爜 export function resetPwd (data) { return request.post('/system/user/resetPwd', data) -} - -// 閲嶇疆瀵嗙爜 -export function updUserStatus (params) { - return request.get('/system/user/updUserStatus', {params}) } -- Gitblit v1.9.3