This commit is contained in:
孙景学
2025-07-16 08:59:49 +08:00
parent b8f9763f4a
commit 9618923a15
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'
});
}