bugfix
This commit is contained in:
@ -129,10 +129,10 @@ export function updateAuthRole(data) {
|
||||
// 查询部门下拉树结构
|
||||
export function deptTreeSelect() {
|
||||
return request({
|
||||
url: '/system/dept/dept-tree',
|
||||
method: 'get',
|
||||
url: "/system/dept/dept-tree",
|
||||
method: "get",
|
||||
params: {
|
||||
status: '1'
|
||||
}
|
||||
})
|
||||
status: "1",
|
||||
},
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user