src/api/personnelManagement/onboarding.js @@ -47,3 +47,11 @@ method: "get", }); } // 查询在职员工台账 export function staffOnJobListPage(query) { return request({ url: '/staff/staffOnJob/listPage', method: 'get', params: query, }) }