From 519dc3295073cbf2c4e9922e5568e4c547827655 Mon Sep 17 00:00:00 2001
From: 龚焕茏 <2842157468@qq.com>
Date: 星期五, 24 五月 2024 11:16:45 +0800
Subject: [PATCH] feat:试卷选择学员时新增标签多选、排除标签
---
src/api/examPaper.js | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/api/examPaper.js b/src/api/examPaper.js
index 1ff4954..6e08f8d 100644
--- a/src/api/examPaper.js
+++ b/src/api/examPaper.js
@@ -4,6 +4,8 @@
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),
@@ -14,4 +16,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