This commit is contained in:
Chengliang 2022-05-05 16:26:27 +08:00
parent 8ee5b94a38
commit cd498f54d0
1 changed files with 1 additions and 4 deletions

View File

@ -1,9 +1,6 @@
import { WeaTools } from 'ecCom';
//组织架构图(简单)
//组织架构图(简单版)
export const getSimpleOrganizationDatas = params => {
return WeaTools.callApi('/api/hrm/module/organization/simple/datas', 'GET', params);
};