trunk/pc4mobx/organization/apis/hrmInfoExtend.js

11 lines
322 B
JavaScript
Raw Normal View History

2022-07-12 16:45:03 +08:00
import {
WeaTools
} from 'ecCom';
export const editResource = (params) => {
return WeaTools.callApi('/api/bs/hrmorganization/hrmresource/updateForm', 'POST', params);
}
export const getResourceExtendForm = (params) => {
return WeaTools.callApi('/api/bs/hrmorganization/hrmresource/getTabForm', 'GET', params);
}