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