gaoluyang
19 小时以前 cb21fcfd23729f87fc3e9bc0159054de68ffc451
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({