Browse Source

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

luolei 5 years ago
parent
commit
a5dbda0fab
1 changed files with 0 additions and 1 deletions
  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() {