update
This commit is contained in:
@ -104,7 +104,7 @@ export function insertAuthUser(data) {
|
||||
// 根据角色ID查询部门树结构
|
||||
export function deptTreeSelect(roleId) {
|
||||
return request({
|
||||
url: '/system/role/deptTree/' + roleId,
|
||||
url: '/system/dept/deptTree/' + roleId,
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
|
@ -130,6 +130,9 @@ export function updateAuthRole(data) {
|
||||
export function deptTreeSelect() {
|
||||
return request({
|
||||
url: '/system/dept/deptTree',
|
||||
method: 'get'
|
||||
method: 'get',
|
||||
params: {
|
||||
status: '1'
|
||||
}
|
||||
})
|
||||
}
|
||||
|
Reference in New Issue
Block a user