fix #4910
This commit is contained in:
parent
2bdeea65ec
commit
315dd685f7
1 changed files with 1 additions and 0 deletions
|
@ -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){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue