From 87da339bebe4a04d9fed5cab5bd4e550b4c3f257 Mon Sep 17 00:00:00 2001 From: yiming <m13691596795@163.com> Date: 星期四, 15 八月 2024 17:43:54 +0800 Subject: [PATCH] 体育与健康pdf修改4 --- src/components/examinations/index.vue | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/components/examinations/index.vue b/src/components/examinations/index.vue index ac8b3ba..30baf98 100644 --- a/src/components/examinations/index.vue +++ b/src/components/examinations/index.vue @@ -560,6 +560,7 @@ watch: { cardList: { handler(newVal) { + // console.log('鏂板��',newVal); this.cardData = this.cardList; if (newVal && newVal.length) { this.loading = false; -- Gitblit v1.9.1