失去焦点
This commit is contained in:
@@ -35,9 +35,9 @@
|
|||||||
},
|
},
|
||||||
handleBlur (e) {
|
handleBlur (e) {
|
||||||
this.$emit('input', e.target.value)
|
this.$emit('input', e.target.value)
|
||||||
if (e.target.value.length) {
|
// if (e.target.value.length) {
|
||||||
this.$emit('handleChange', e.target.value)
|
// this.$emit('handleChange', e.target.value)
|
||||||
}
|
// }
|
||||||
this.focusState = false
|
this.focusState = false
|
||||||
},
|
},
|
||||||
toDel () {
|
toDel () {
|
||||||
|
|||||||
@@ -39,9 +39,9 @@
|
|||||||
},
|
},
|
||||||
handleBlur (e) {
|
handleBlur (e) {
|
||||||
this.$emit('input', e.target.value)
|
this.$emit('input', e.target.value)
|
||||||
if (e.target.value.length) {
|
// if (e.target.value.length) {
|
||||||
this.$emit('handleChange', e.target.value)
|
// this.$emit('handleChange', e.target.value)
|
||||||
}
|
// }
|
||||||
this.focusState = false
|
this.focusState = false
|
||||||
},
|
},
|
||||||
toDel () {
|
toDel () {
|
||||||
|
|||||||
Reference in New Issue
Block a user