Explorar el Código

常错词特殊字符放开

newStyle
jyt hace 2 años
padre
commit
39506043c9
Se han modificado 1 ficheros con 8 adiciones y 8 borrados
  1. +8
    -8
      src/views/Template/wrongword.vue

+ 8
- 8
src/views/Template/wrongword.vue Ver fichero

@@ -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) {
// 编辑


Cargando…
Cancelar
Guardar