From 4f39d2d3ee69813f106e06fc8a8d168ecccc941c Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期五, 15 三月 2024 15:32:17 +0800
Subject: [PATCH] 成绩统计详情增加时间查询

---
 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