From a46e5460a6c425366896ca52f79672092b2e0afd Mon Sep 17 00:00:00 2001 From: RuoYi <yzz_ivy@163.com> Date: 星期二, 19 十一月 2019 15:16:55 +0800 Subject: [PATCH] 日志记录过滤特殊对象,防止转换异常 --- ruoyi-ui/src/api/system/user.js | 11 ++++++++++- 1 files changed, 10 insertions(+), 1 deletions(-) diff --git a/ruoyi-ui/src/api/system/user.js b/ruoyi-ui/src/api/system/user.js index 55766af..3b1170e 100644 --- a/ruoyi-ui/src/api/system/user.js +++ b/ruoyi-ui/src/api/system/user.js @@ -43,6 +43,15 @@ }) } +// 导出用户 +export function exportUser(query) { + return request({ + url: '/system/user/export', + method: 'get', + params: query + }) +} + // 用户密码重置 export function resetUserPwd(userId, password) { const data = { @@ -106,4 +115,4 @@ method: 'post', data: data }) -} \ No newline at end of file +} -- Gitblit v1.9.2