优化与集团个人树增加单位搜索字段

This commit is contained in:
孙景学
2025-08-06 16:28:54 +08:00
parent 2c45bed782
commit 6b85502a52
7 changed files with 26 additions and 16 deletions

View File

@ -21,6 +21,8 @@ export const getCategoryPage = (data: getCategoryPage) => request.post('/coscoSu
interface treeInterface {
upOrgId?: string
orgId?: string;
orgCategory?: string; //Org
}
export const treeData = (params:treeInterface) => request.get('/org/list', { params });