This commit is contained in:
梁灏 2019-04-09 14:19:49 +08:00
parent bc56b632bc
commit dde5774119

View file

@ -312,6 +312,7 @@
this.$emit('input', '');
this.setCurrentValue('');
this.$emit('on-change', e);
this.$emit('on-clear');
},
handleSearch () {
if (this.disabled) return false;