From e2d9978fe885d7855ad873d7f05cc98d00b4dcf0 Mon Sep 17 00:00:00 2001
From: 龚焕茏 <2842157468@qq.com>
Date: 星期二, 16 七月 2024 14:14:36 +0800
Subject: [PATCH] feat:默认选中当前部门
---
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