This commit is contained in:
梁灏 2017-03-27 10:48:18 +08:00
parent fc0c4c7815
commit 70d5a4ab80
3 changed files with 16 additions and 44 deletions

View file

@ -83,7 +83,7 @@
this.currentValue = checked;
this.$emit('input', checked);
if (this.group && this.label) {
if (this.group && this.label !== undefined) {
this.parent.change({
value: this.label,
checked: this.value