This commit is contained in:
梁灏 2017-11-08 20:44:35 +08:00
parent b142865eff
commit 22c27b7962
2 changed files with 63 additions and 40 deletions

View file

@ -404,6 +404,10 @@
this.currentValue = '';
this.$emit('on-clear');
this.dispatch('FormItem', 'on-form-change', '');
// #2215 value clear this.picker
if (!this.picker) {
this.emitChange('');
}
},
showPicker () {
if (!this.picker) {