This commit is contained in:
梁灏 2019-10-15 10:58:28 +08:00
parent 5f15360233
commit 3355d08c89

View file

@ -761,7 +761,7 @@
if (value === '') this.values = [];
else if (checkValuesNotEqual(value,publicValue,values)) {
this.$nextTick(() => this.values = getInitialValue().map(getOptionData).filter(Boolean));
this.dispatch('FormItem', 'on-form-change', this.publicValue);
if (!this.multiple) this.dispatch('FormItem', 'on-form-change', this.publicValue);
}
},
values(now, before){