钟日健
2022-02-08 2c461eb9efb980d55dfd7407ee70088fc90a4a7a
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: {}
    })
}