From ddd2b5b556f685276edcebca302a3dc28177155c Mon Sep 17 00:00:00 2001 From: zhongshujie <2862698242@qq.com> Date: 星期一, 29 七月 2024 16:01:58 +0800 Subject: [PATCH] 体育与健康(第一,二,四单元结束) --- src/components/examinations/index.vue | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/components/examinations/index.vue b/src/components/examinations/index.vue index d6d99a8..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; @@ -686,7 +687,7 @@ ).errorList; for (let index = 0; index < errorId.length; index++) { const item = errorId[index]; - if (oldErrodId.indexOf(item == -1)) { + if (oldErrodId.indexOf(item) == -1) { oldErrodId.push(item); } } @@ -857,6 +858,7 @@ ).errorList; } } catch (error) {} + console.log('閿欓鍒楄〃',this.allError) }) .catch(() => {}); }, -- Gitblit v1.9.1