用户管理 角色管理修改
This commit is contained in:
+4
-1
@@ -18,6 +18,8 @@ const frozenBatch = (params)=>putAction("/sys/user/frozenBatch",params);
|
||||
const checkOnlyUser = (params)=>getAction("/sys/user/checkOnlyUser",params);
|
||||
//改变密码
|
||||
const changePassword = (params)=>putAction("/sys/user/changePassword",params);
|
||||
// 重置密码
|
||||
const resetUserPassword = (params) => putAction('',params)
|
||||
|
||||
//权限管理
|
||||
const addPermission= (params)=>postAction("/sys/permission/add",params);
|
||||
@@ -153,7 +155,8 @@ export {
|
||||
saveDeptRolePermission,
|
||||
queryMyDepartTreeList,
|
||||
getUserNoticeInfo,
|
||||
getDictItemsFromCache
|
||||
getDictItemsFromCache,
|
||||
resetUserPassword
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user