From 2ea419ab1e34d8f346cdb2f1380790df02fc26e9 Mon Sep 17 00:00:00 2001 From: lion <120344285@qq.com> Date: Fri, 5 Sep 2025 17:33:34 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AD=BE=E5=88=B0=E8=AE=B0=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/courseQr/components/signList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/courseQr/components/signList.vue b/src/views/courseQr/components/signList.vue index ec8f830..8ef7847 100644 --- a/src/views/courseQr/components/signList.vue +++ b/src/views/courseQr/components/signList.vue @@ -302,7 +302,7 @@ export default { }) this.list = res.list.data this.course_content_check_count = res.course_content_check_count - this.course_content_check_count_no = res.list.total - res.course_content_check_count + this.course_content_check_count_no = res.total - res.course_content_check_count this.total = res.list.total } }