Commit dec78d75 authored by danfuman's avatar danfuman

修改

parent af6603e6
...@@ -150,7 +150,7 @@ export default { ...@@ -150,7 +150,7 @@ export default {
}, },
handleClear() { handleClear() {
if(this.isClear && this.isHover) { if(this.isClear && this.isHover) {
this.value = '' this.value = '';
this.pickerValue = [] this.pickerValue = []
this.$emit('input', '') this.$emit('input', '')
this.$emit('handle-search') this.$emit('handle-search')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment