优化与集团个人树增加单位搜索字段
This commit is contained in:
@ -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 });
|
||||
|
||||
|
Reference in New Issue
Block a user