From bdbfc11300877d9be42f070baf484211b6a344a8 Mon Sep 17 00:00:00 2001 From: jyt <1592211625@qq.com> Date: Thu, 19 May 2022 15:33:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=9D=E5=AD=98=E5=B8=B8=E9=94=99=E8=AF=8D?= =?UTF-8?q?=E9=99=90=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Template/wrongword.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/Template/wrongword.vue b/src/views/Template/wrongword.vue index 14cd3b6..67c1f74 100644 --- a/src/views/Template/wrongword.vue +++ b/src/views/Template/wrongword.vue @@ -320,10 +320,10 @@ export default { } else { // 添加 - if (this.correctList.indexOf(this.ruleForm.correctWord) != -1) { - this.$message.error("正确词已添加过~"); - return; - } + // if (this.correctList.indexOf(this.ruleForm.correctWord) != -1) { + // this.$message.error("正确词已添加过~"); + // return; + // } if (this.mistakenList.indexOf(this.ruleForm.wrongWord) != -1) { this.$message.error("错误词已添加过~");