From e0a2e4d70e12b584079c19fb58137c99ff2ff211 Mon Sep 17 00:00:00 2001 From: gjz <393355653@qq.com> Date: Thu, 13 Feb 2025 15:44:36 +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/atten-information.js | 7 +- src/components/teacherselect.vue | 3 +- .../atten-information/atten-information.vue | 77 ++++++++++++------- .../atten-information/attenClassDetails.vue | 72 ++++++----------- .../atten-information/class-attendance.vue | 4 +- .../classroom-management.vue | 1 + .../collage-information.vue | 24 ++++-- src/views/teach-log/teach-log.vue | 5 +- 8 files changed, 104 insertions(+), 89 deletions(-) diff --git a/src/api/atten-information.js b/src/api/atten-information.js index 0c84a4e..2dbb730 100644 --- a/src/api/atten-information.js +++ b/src/api/atten-information.js @@ -174,7 +174,12 @@ export function GetweekList(params) { ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** */ - +export function GetClassAttendancesByDate(params) { + return axios({ + url: `/api/GetClassAttendancesByDate`, + params + }) +} /** //获取周次更新数据 diff --git a/src/components/teacherselect.vue b/src/components/teacherselect.vue index 70a59ee..8ced772 100644 --- a/src/components/teacherselect.vue +++ b/src/components/teacherselect.vue @@ -56,7 +56,7 @@ - + @@ -288,7 +288,6 @@ export default { params }).then((res) => { // debugger; - let data1 = res; if (data1) { diff --git a/src/views/atten-information/atten-information.vue b/src/views/atten-information/atten-information.vue index 958a3b6..08370bb 100644 --- a/src/views/atten-information/atten-information.vue +++ b/src/views/atten-information/atten-information.vue @@ -4,11 +4,15 @@