This commit is contained in:
parent
5f15360233
commit
3355d08c89
1 changed files with 1 additions and 1 deletions
|
@ -761,7 +761,7 @@
|
||||||
if (value === '') this.values = [];
|
if (value === '') this.values = [];
|
||||||
else if (checkValuesNotEqual(value,publicValue,values)) {
|
else if (checkValuesNotEqual(value,publicValue,values)) {
|
||||||
this.$nextTick(() => this.values = getInitialValue().map(getOptionData).filter(Boolean));
|
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){
|
values(now, before){
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue