From 68b8ed3b4b7ddbb5fe113c1d7df3aa909dc66fb6 Mon Sep 17 00:00:00 2001
From: 龚焕茏 <2842157468@qq.com>
Date: 星期三, 03 七月 2024 18:37:29 +0800
Subject: [PATCH] feat:新增随机时间题目配置

---
 src/api/examPaper.js |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/src/api/examPaper.js b/src/api/examPaper.js
index 4e1939e..6fd6a00 100644
--- a/src/api/examPaper.js
+++ b/src/api/examPaper.js
@@ -1,9 +1,11 @@
-import { get, post } from '@/utils/request'
+import { get, post,down } from '@/utils/request'
 
 export default {
   pageList: query => post('/api/admin/exam/paper/page', query),
   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),
@@ -12,4 +14,9 @@
   selfdeletePaper: id => post('/api/admin/exam/templates/remove/' + id),
   selflist: query => post('/api/admin/education/subject/list', query),
   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),
+  getConfig: query => get('/api/admin/exam/templates/getConfig'),
+  setConfig: query => post('/api/admin/exam/templates/setConfig', query),
 }

--
Gitblit v1.8.0