fixed Checkbox bug
This commit is contained in:
parent
9397901d34
commit
9c83f0e534
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@
|
||||||
this.$emit('input', checked);
|
this.$emit('input', checked);
|
||||||
|
|
||||||
if (this.group) {
|
if (this.group) {
|
||||||
this.$parent.change(this.model);
|
this.parent.change(this.model);
|
||||||
} else {
|
} else {
|
||||||
this.$emit('on-change', checked);
|
this.$emit('on-change', checked);
|
||||||
this.dispatch('FormItem', 'on-form-change', checked);
|
this.dispatch('FormItem', 'on-form-change', checked);
|
||||||
|
|
Loading…
Add table
Reference in a new issue