fix checkbox not trigger input event bug

This commit is contained in:
baiyaaaaa
2017-06-15 19:16:02 +08:00
committed by 杨奕
parent 9756a3c33a
commit ba9a5d5ae3

View File

@@ -77,10 +77,8 @@
isLimitExceeded === false &&
this.dispatch('ElCheckboxGroup', 'input', [val]);
} else if (this.value !== undefined) {
this.$emit('input', val);
} else {
this.$emit('input', val);
this.selfModel = val;
}
}