From fc44c25a5c190a5bb9caefb92f8f6899fb8bb8e8 Mon Sep 17 00:00:00 2001
From: zhongshujie <2862698242@qq.com>
Date: 星期三, 03 七月 2024 15:19:40 +0800
Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/testbookLayout

---
 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