zhangwencui
7 天以前 8df05b861c710698dc80a611dc1beceb19a3499e
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,
    })
}