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