update checkboxGroup

update checkboxGroup
This commit is contained in:
梁灏 2017-01-04 11:09:10 +08:00
parent 578ca32537
commit f65e9be565
3 changed files with 32 additions and 1 deletions

View file

@ -94,6 +94,7 @@
this.$parent.change(this.model);
} else {
this.$emit('on-change', this.checked);
this.$dispatch('on-form-change', this.checked);
}
},
updateModel () {