forked from zhba/zhba_enterprises
src/api/examapi/modifiedGrades.js @@ -27,3 +27,11 @@ data: row }) } export const batchAudit = (row) => { return request({ url: '/api/scoreAuditRecords/batchAudit', method: 'post', data: row }) }