Compare commits

...

2 Commits

Author SHA1 Message Date
Chengliang cd498f54d0 测试 2022-05-05 16:26:27 +08:00
Chengliang 8ee5b94a38 初始化 2022-05-05 16:25:30 +08:00
1 changed files with 1 additions and 2 deletions

View File

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