From 472ae45bb0ae81f9de8fd0dd86c8fb5c198fc7b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E8=BE=89?= <814457906@qq.com> Date: Tue, 18 Apr 2023 10:12:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/system/StatisticsParent.js | 9 +++++ src/views/system/StatisticsParent/index.vue | 42 +++++++++++++++++---- 2 files changed, 44 insertions(+), 7 deletions(-) diff --git a/src/api/system/StatisticsParent.js b/src/api/system/StatisticsParent.js index afa8982..87d10c2 100644 --- a/src/api/system/StatisticsParent.js +++ b/src/api/system/StatisticsParent.js @@ -6,4 +6,13 @@ export function clockStatistics(pageNum, pageSize, parentInfoId, classId, startD url: `/system/appLogManage/clockStatistics?pageNum=${pageNum}&pageSize=${pageSize}&parentInfoId=${parentInfoId}&classId=${classId}&startDate=${startDate}&endDate=${endDate}`, method: 'post', }) +} + + + +export function calendarStatistics(parentInfoId, startDate) { + return request({ + url: `/system/appLogManage/calendarStatistics?parentInfoId=${parentInfoId}&startDate=${startDate}`, + method: 'post', + }) } \ No newline at end of file diff --git a/src/views/system/StatisticsParent/index.vue b/src/views/system/StatisticsParent/index.vue index ff8645a..597a556 100644 --- a/src/views/system/StatisticsParent/index.vue +++ b/src/views/system/StatisticsParent/index.vue @@ -198,7 +198,10 @@