From a320d27079ecab5f1a9fc142738d7d710a46c760 Mon Sep 17 00:00:00 2001 From: 龚焕茏 <2842157468@qq.com> Date: 星期二, 07 五月 2024 18:02:40 +0800 Subject: [PATCH] feat:反馈保存、展示、处理、删除 --- src/api/dashboard.js | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/api/dashboard.js b/src/api/dashboard.js index 18a97f1..b91178d 100644 --- a/src/api/dashboard.js +++ b/src/api/dashboard.js @@ -1,5 +1,7 @@ import { post } from '@/utils/request' export default { - index: () => post('/api/admin/dashboard/index') + index: () => post('/api/admin/dashboard/index'), + getData: query => post('/api/admin/examPaperAnswer/paperStatistics',query), + page: query => post('/api/admin/examPaperAnswer/page', query) } -- Gitblit v1.8.0