From efefbc15efe54bbd4da12bf8aff49432f5b752b8 Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期四, 28 十一月 2024 11:59:13 +0800 Subject: [PATCH] 默认值 --- 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