fixed Checkbox bug

This commit is contained in:
Aresn 2017-06-05 16:04:22 +08:00
parent 9397901d34
commit 9c83f0e534

View file

@ -105,7 +105,7 @@
this.$emit('input', checked);
if (this.group) {
this.$parent.change(this.model);
this.parent.change(this.model);
} else {
this.$emit('on-change', checked);
this.dispatch('FormItem', 'on-form-change', checked);