This commit is contained in:
parent
6e255cca36
commit
a2fa127bfe
|
|
@ -1,7 +1,6 @@
|
||||||
import { WeaTools } from 'ecCom';
|
import { WeaTools } from 'ecCom';
|
||||||
|
|
||||||
|
//组织架构图(简单版)
|
||||||
//组织架构图(简单)
|
|
||||||
export const getSimpleOrganizationDatas = params => {
|
export const getSimpleOrganizationDatas = params => {
|
||||||
return WeaTools.callApi('/api/hrm/module/organization/simple/datas', 'GET', params);
|
return WeaTools.callApi('/api/hrm/module/organization/simple/datas', 'GET', params);
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue