This commit is contained in:
linxd
2025-07-16 09:26:13 +08:00
5 changed files with 78 additions and 95 deletions

View File

@ -63,3 +63,11 @@ export async function findMenuList(data: any) {
data
});
}
/**
* 部门
*/
export async function queryUserOrgAll() {
return request('/org/queryUserOrgAll', {
method: 'GET'
});
}