From 97d1d36d67c0cc29bd21c2575dd8a61a757adaa5 Mon Sep 17 00:00:00 2001
From: ZhangXianQiang <1135831638@qq.com>
Date: 星期五, 17 五月 2024 09:24:36 +0800
Subject: [PATCH] fix:文件上传删除问题

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

diff --git a/src/api/examPaper.js b/src/api/examPaper.js
index 4e1939e..a0a2a2e 100644
--- a/src/api/examPaper.js
+++ b/src/api/examPaper.js
@@ -1,9 +1,10 @@
-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),
   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 +13,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