From a012d96b2188cacc46f7ba63e60bf5ec142602a4 Mon Sep 17 00:00:00 2001
From: odc.xiaohui <xiaohui@Q1>
Date: 星期二, 04 七月 2023 17:53:04 +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