提交 8863c8f6 编写于 作者: D dolymood

fix checkbox emit param

上级 0d086f56
......@@ -95,7 +95,7 @@
const parentEmitEvent = newValue ? EVENT_CHECKED : EVENT_CANCLE_CHECKED
this.$emit(EVENT_INPUT, emitValue)
if (this.isInGroup) {
this.$parent.$emit(parentEmitEvent, value || newValue, this)
this.$parent.$emit(parentEmitEvent, value || newValue)
}
}
},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册