From bb68991162e676be7ef903a2960766c0200df07c Mon Sep 17 00:00:00 2001
From: qirong <2032486488@qq.com>
Date: 星期二, 17 十月 2023 16:03:26 +0800
Subject: [PATCH] 试卷导出
---
src/api/examPaper.js | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/src/api/examPaper.js b/src/api/examPaper.js
index 4e1939e..1ff4954 100644
--- a/src/api/examPaper.js
+++ b/src/api/examPaper.js
@@ -1,4 +1,4 @@
-import { get, post } from '@/utils/request'
+import { get, post,down } from '@/utils/request'
export default {
pageList: query => post('/api/admin/exam/paper/page', query),
@@ -12,4 +12,6 @@
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),
}
--
Gitblit v1.8.0