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

@ -40,6 +40,7 @@
change (data) {
this.model = data;
this.$emit('on-change', data);
this.$dispatch('on-form-change', data);
}
},
watch: {