import { defHttp } from '@jdlinker/func'; // 根据ID查询部门 export const queryOrgThree = (params: any) => defHttp.post({ url: `/_all/tree`, data: params });