This commit is contained in:
梁灏 2018-12-17 16:05:34 +08:00
parent 2bdeea65ec
commit 315dd685f7

View file

@ -664,6 +664,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);
}
},
values(now, before){