Compare commits
2 Commits
| Author | SHA1 | Date |
|---|---|---|
|
|
cd498f54d0 | |
|
|
8ee5b94a38 |
|
|
@ -1,7 +1,6 @@
|
|||
import { WeaTools } from 'ecCom';
|
||||
|
||||
|
||||
//组织架构图(简单)
|
||||
//组织架构图(简单版)
|
||||
export const getSimpleOrganizationDatas = params => {
|
||||
return WeaTools.callApi('/api/hrm/module/organization/simple/datas', 'GET', params);
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue