mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-03-16 19:02:00 +08:00
update 同步 ruoyi 新功能
This commit is contained in:
@@ -125,3 +125,11 @@ export function updateAuthRole(data) {
|
||||
params: data
|
||||
})
|
||||
}
|
||||
|
||||
// 查询部门下拉树结构
|
||||
export function deptTreeSelect() {
|
||||
return request({
|
||||
url: '/system/user/deptTree',
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user