mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-04-02 15:16:37 +08:00
数据权限查询
This commit is contained in:
@@ -54,4 +54,13 @@ export function delDept(deptId) {
|
||||
method: 'delete',
|
||||
data:deptId
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
// 根据角色ID查询菜单下拉树结构
|
||||
export function roleDeptTreeselect(roleId) {
|
||||
return request({
|
||||
url: '/dept/getListByRoleId/' + roleId,
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user