更改获取部门树api

This commit is contained in:
2022-12-22 10:27:15 +08:00
parent 0ce78d416e
commit d2b2e663a4

View File

@ -129,7 +129,7 @@ export function updateAuthRole(data) {
// 查询部门下拉树结构
export function deptTreeSelect() {
return request({
url: '/system/user/deptTree',
url: '/system/dept/treeselect',
method: 'get'
})
}