add deptTreeSelect
This commit is contained in:
@ -53,3 +53,11 @@ export function delDept(deptId) {
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
// 查询部门下拉树结构
|
||||
export function deptTreeSelect() {
|
||||
return request({
|
||||
url: '/system/dept/deptTree',
|
||||
method: 'get'
|
||||
})
|
||||
}
|
Reference in New Issue
Block a user