Administrator
2022-06-15 47a0f58d4334939b08a55b9356f94de23c8b1367
src/api/examapi/modifiedGrades.js
@@ -26,4 +26,12 @@
        method: 'post',
        data: row
    })
}
export const batchAudit = (row) => {
    return request({
        url: '/api/scoreAuditRecords/batchAudit',
        method: 'post',
        data: row
    })
}