部门
This commit is contained in:
@ -63,3 +63,11 @@ export async function findMenuList(data: any) {
|
||||
data
|
||||
});
|
||||
}
|
||||
/**
|
||||
* 部门
|
||||
*/
|
||||
export async function queryUserOrgAll() {
|
||||
return request('/org/queryUserOrgAll', {
|
||||
method: 'GET'
|
||||
});
|
||||
}
|
Reference in New Issue
Block a user