liuyg
2021-12-25 ef46e4b78e81418a831d4f7f21eb24d2fd4d35e1
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
    })
}