From 0e6467836bbd3fcd85d1cfaefcf763e58c9149be Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期四, 04 七月 2024 15:36:48 +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