gongchunyi
2 天以前 0a251e40e30e7c8a96d71b3b9b6c459d4dfa4b22
src/api/personnelManagement/staffOnJob.js
@@ -17,6 +17,15 @@
    })
}
// 查询员工入职信息
export function getStaffOnJobInfoByUserName(query) {
    return request({
        url: '/staff/staffOnJob/byUserName',
        method: 'get',
        params: query,
    })
}
// 新增员工
export function createStaffOnJob(params) {
    return request({