Parcourir la source

数据字典修改

ysh il y a 2 ans
Parent
commit
741c8b692d
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/views/system/modules/DictItemModal.vue

+ 1 - 1
src/views/system/modules/DictItemModal.vue

@@ -163,7 +163,7 @@
           param.id = this.model.id
         }
         if(value){
-          let reg=new RegExp("[`_~!@#$^&*()=|{}'.<>《》/?!¥()—【】‘;:”“。,、?]")
+          let reg=new RegExp("[`_~!@#$^&*()=|{}'<>《》/?!¥()—【】‘;:”“。,、?]")
           if(reg.test(value)){
             callback("数据值不能包含特殊字符!")
           }else{