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