From 39506043c9e9e47abf27f936d96eef4da3f5194d Mon Sep 17 00:00:00 2001 From: jyt <1592211625@qq.com> Date: Thu, 19 May 2022 13:56:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B8=B8=E9=94=99=E8=AF=8D=E7=89=B9=E6=AE=8A?= =?UTF-8?q?=E5=AD=97=E7=AC=A6=E6=94=BE=E5=BC=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Template/wrongword.vue | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/views/Template/wrongword.vue b/src/views/Template/wrongword.vue index d58252c..14cd3b6 100644 --- a/src/views/Template/wrongword.vue +++ b/src/views/Template/wrongword.vue @@ -282,14 +282,14 @@ export default { }, addSure() { // this.loadingFlag = true; - this.ruleForm.correctWord = this.ruleForm.correctWord.replace( - /[^\w\u4e00-\u9fa5]/g, - "" - ); - this.ruleForm.wrongWord = this.ruleForm.wrongWord.replace( - /[^\w\u4e00-\u9fa5]/g, - "" - ); + // this.ruleForm.correctWord = this.ruleForm.correctWord.replace( + // /[^\w\u4e00-\u9fa5]/g, + // "" + // ); + // this.ruleForm.wrongWord = this.ruleForm.wrongWord.replace( + // /[^\w\u4e00-\u9fa5]/g, + // "" + // ); this.$refs.ruleForm.validate((valid) => { if (valid) { // 编辑