gaoluyang
2026-01-22 a2cf6bb700520d5d8a3818fdb3959cc64b4ad350
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,
    })
}