mirror of https://github.com/ElemeFE/element
fix checkbox not trigger input event bug
parent
9756a3c33a
commit
ba9a5d5ae3
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue