diff --git a/src/components/select/select.vue b/src/components/select/select.vue index 52577c0..e4a47a9 100644 --- a/src/components/select/select.vue +++ b/src/components/select/select.vue @@ -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){ -- libgit2 0.21.4