Update Select on-change value
This commit is contained in:
parent
c48e0af2d4
commit
8dc80b8430
1 changed files with 2 additions and 2 deletions
|
@ -835,8 +835,8 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
this.$emit('input', vModelValue); // to update v-model
|
this.$emit('input', vModelValue); // to update v-model
|
||||||
this.$emit('on-change', JSON.stringify(emitValue));
|
this.$emit('on-change', emitValue);
|
||||||
this.dispatch('FormItem', 'on-form-change', JSON.stringify(emitValue));
|
this.dispatch('FormItem', 'on-form-change', emitValue);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
query (query) {
|
query (query) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue