初始化

This commit is contained in:
Chengliang 2022-05-05 16:23:14 +08:00
parent 6e255cca36
commit 8ee5b94a38
1 changed files with 2 additions and 0 deletions

View File

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