UNPKG

@jdlinker/system

Version:

jdLinker 系统模块

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