From fe285713f52314ced23d1a5aa2654d8eaab522f9 Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期五, 08 三月 2024 14:47:05 +0800 Subject: [PATCH] 部门增加管理员,管理员修改 --- src/api/examPaper.js | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/api/examPaper.js b/src/api/examPaper.js index f0c949a..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), @@ -13,4 +13,5 @@ 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