钟日健
2022-03-19 b9aed23a06972b6936a33efffa1f7bac40a6b8ef
src/api/examapi/performance.js
@@ -20,11 +20,26 @@
    })
}
export const updateAbsent = (row) => {
    return request({
        url: '/api/examScore/updateAbsent',
        method: 'post',
        data: row
    })
}
export const updateGrade = (row) => {
    return request({
        url: '/api/scoreAuditRecords/scoreUpdateApply',
        method: 'post',
        data: row
    })
}
export const getNowDate = () => {
    return request({
        url: '/api/examScore/getNowDate',
        method: 'get',
        params: {}
    })
}