祖安之光
2025-11-13 406a25c07c33ac3a969e3bdb4d5e90e74c2ed9a3
src/api/onlineEducation/user.js
@@ -45,3 +45,19 @@
        method: 'put'
    })
}
export function getEmployeeRecordList(param) {
    return request({
        url: '/system/employee-record/selectEmployeeRecordList',
        method: 'get',
        params: param
    })
}
export function updateEmployeeRecord(data) {
    return request({
        url: '/system/employee-record/saveEmployeeRecord',
        method: 'post',
        data: data
    })
}