xiangpei
2024-05-17 4d74275f2e490a8c32fc1e7a5c05c284dd889ca3
src/api/examPaper.js
@@ -15,4 +15,5 @@
  selfPaList: query => post('/api/admin/exam/count/list', query),
  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),
}