修改用户管理API接口路径并隐藏部门树和岗位选择,同时根据操作权限禁用编辑删除按钮

This commit is contained in:
WUSIJIAN
2026-01-06 11:37:51 +08:00
parent c763451b15
commit d2f9f96330
3 changed files with 8 additions and 8 deletions

View File

@@ -17,7 +17,7 @@ export function getDeptTree() {
export function getParams() {
return request({
url: '/api/v1/system/user/params',
url: '/api/v1/system/user/paramsInfo',
method: 'get'
})
}