浏览代码

病历号输入英文加数字不能输入中文...

luolei 5 年之前
父节点
当前提交
a5dbda0fab
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/components/Login.vue

+ 0 - 1
src/components/Login.vue

@@ -239,7 +239,6 @@ export default {
       // }
     },
     changeName(e) {
-      // document.activeElement.scrollIntoViewIfNeeded(true);
       this.patName = e.target.value.replace(/[`~!@#$%^&)(*_\-+=<>?:"{}|,.\/;'\\[\]·~!@#¥%……&*()——\-+={}|《》?:“”【】、;‘’,。、]/im,'')
     },
     changeVal() {