src/api/modules/grade.js
@@ -9,6 +9,6 @@ return service.post('/api/student/exampaper/answer/read/' + id); } export const checkWrongInfo = (id,row) => { return service.post('/api/student/exampaper/answer/checkWrong',row); export const checkWrongInfo = (data) => { return service.post('/api/student/exampaper/answer/checkWrong',data); }