From 570af41adaa82553e9d24b6b641db9e1f2f533ae Mon Sep 17 00:00:00 2001
From: 龚焕茏 <2842157468@qq.com>
Date: 星期五, 12 七月 2024 14:47:58 +0800
Subject: [PATCH] fix:修改试卷-全选考生bug修复

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

diff --git a/src/api/examPaper.js b/src/api/examPaper.js
index 6fd6a00..8bd4e30 100644
--- a/src/api/examPaper.js
+++ b/src/api/examPaper.js
@@ -8,7 +8,7 @@
   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),
+  pageselfList: query => post('/api/admin/exam/templates/list', query),
   selfedit: query => post('/api/admin/exam/templates/edit', query),
   selfselect: query => post('/api/admin/exam/templates/select/'+ query),
   selfdeletePaper: id => post('/api/admin/exam/templates/remove/' + id),

--
Gitblit v1.8.0