From d45ca3942c27f566ea13b17e5e1d5125e15f1017 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E8=BE=89?= <814457906@qq.com> Date: Mon, 17 Apr 2023 11:02:26 +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/AppletAccessLog.js | 8 ++++ src/views/system/AppletAccessLog/index.vue | 43 ++++++++++++++++++++-- 2 files changed, 48 insertions(+), 3 deletions(-) diff --git a/src/api/system/AppletAccessLog.js b/src/api/system/AppletAccessLog.js index 97591f2..fa9b624 100644 --- a/src/api/system/AppletAccessLog.js +++ b/src/api/system/AppletAccessLog.js @@ -6,4 +6,12 @@ export function appletVisitRecord(pageNum, pageSize, parentInfoId, classId, star url: `/system/appLogManage/appletVisitRecord?pageNum=${pageNum}&pageSize=${pageSize}&parentInfoId=${parentInfoId}&classId=${classId}&startDate=${startDate}&endDate=${endDate}&loginType=${loginType}`, method: 'post', }) +} + +//名下学生 +export function getParentAndStudentInfo(parentInfoId) { + return request({ + url: `/system/appLogManage/getParentAndStudentInfo?parentInfoId=${parentInfoId}`, + method: 'get', + }) } \ No newline at end of file diff --git a/src/views/system/AppletAccessLog/index.vue b/src/views/system/AppletAccessLog/index.vue index e7ffbf6..357975f 100644 --- a/src/views/system/AppletAccessLog/index.vue +++ b/src/views/system/AppletAccessLog/index.vue @@ -33,7 +33,11 @@ - + + +