import ajax from '@/api/boe/boeApiAjax.js' /** * 获取课程审核的 HRBP 审核 人信息 * 机构的id * organization_id */ const getHRBP = function(orgId) { return ajax.get('/b1/system/user/org-hrbp?organization_id='+orgId); } export default { getHRBP }