From 7941871359494e5d55d9b63b11a1a2f0fe9d8bea Mon Sep 17 00:00:00 2001 From: 龚焕茏 <2842157468@qq.com> Date: 星期二, 16 七月 2024 10:42:51 +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