From e9bacc34998cbbe537b2bafa97bfa87c882b724f Mon Sep 17 00:00:00 2001
From: zhongshujie <2862698242@qq.com>
Date: 星期五, 12 七月 2024 09:24:10 +0800
Subject: [PATCH] 英语(第一单元)

---
 src/components/examinations/index.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/components/examinations/index.vue b/src/components/examinations/index.vue
index d6d99a8..ac8b3ba 100644
--- a/src/components/examinations/index.vue
+++ b/src/components/examinations/index.vue
@@ -686,7 +686,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 +857,7 @@
               ).errorList;
             }
           } catch (error) {}
+          console.log('閿欓鍒楄〃',this.allError)
         })
         .catch(() => {});
     },

--
Gitblit v1.9.1