From 6dc02bb0fc34273f64c273efbce1e9ceb6460c3d Mon Sep 17 00:00:00 2001
From: 龚焕茏 <2842157468@qq.com>
Date: 星期五, 17 五月 2024 15:26:50 +0800
Subject: [PATCH] feat:创建试卷时新增选择用户查询条件

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

diff --git a/src/api/examPaper.js b/src/api/examPaper.js
index 1ff4954..476f9b4 100644
--- a/src/api/examPaper.js
+++ b/src/api/examPaper.js
@@ -4,6 +4,7 @@
   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),
   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),
@@ -14,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),
 }

--
Gitblit v1.8.0