龚焕茏
2024-07-03 68b8ed3b4b7ddbb5fe113c1d7df3aa909dc66fb6
src/api/examPaper.js
@@ -5,6 +5,7 @@
  taskExamPage: query => post('/api/admin/exam/paper/taskExamPage', query),
  edit: query => post('/api/admin/exam/paper/edit', query),
  missExam: query => post('/api/admin/exam/paper/missExam', query),
  missExamByTemplateId: query => post('/api/admin/exam/paper/missExamByTemplateId', query),
  select: id => post('/api/admin/exam/paper/select/' + id),
  deletePaper: id => post('/api/admin/exam/paper/delete/' + id),
  pageselfList: query => get('/api/admin/exam/templates/list', query),
@@ -16,4 +17,6 @@
  mathList: query => post('/api/admin/exam/count/sourceList', query),
  uploadEnrolmentsa: query => down('/api/admin/exam/count/exportTemplatesSheet/'+query),
  selectStudent: query => post('/api/admin/exam/paper/selectStudent', query),
  getConfig: query => get('/api/admin/exam/templates/getConfig'),
  setConfig: query => post('/api/admin/exam/templates/setConfig', query),
}