From 236fdf92ecb6ff876d400f6c360efca8ab085f5c Mon Sep 17 00:00:00 2001 From: odc.xiaohui <xiaohui@Q1> Date: 星期四, 30 十一月 2023 09:04:38 +0800 Subject: [PATCH] 修改青羊后台部门bug --- 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