mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-16 15:46:44 +08:00
电投投被保人姓名支持空格
This commit is contained in:
@@ -102,8 +102,8 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
onChange(value) {
|
||||
let regExp = /\s+/
|
||||
value = value.replace(regExp, '')
|
||||
// let regExp = /\s+/
|
||||
// value = value.replace(regExp, '')
|
||||
this.name = value
|
||||
this.$emit('input', value)
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user