zhangwencui
2026-01-21 8a22c10dd6a1a635e44b97056efb6f5627b395e4
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,
    })
}