xiangpei
2024-05-17 888ac0a6accf29d8ffc39fa3c0bb17ac3eb55902
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),
}