add deptTreeSelect

This commit is contained in:
2023-03-08 15:38:41 +08:00
parent 0293c75d5d
commit b545987d9e

View File

@ -53,3 +53,11 @@ export function delDept(deptId) {
}
})
}
// 查询部门下拉树结构
export function deptTreeSelect() {
return request({
url: '/system/dept/deptTree',
method: 'get'
})
}