This commit is contained in:
zhuxiang
2017-03-01 15:51:31 +08:00
parent dc2d685a34
commit a9b4b6a27b
5 changed files with 22 additions and 20 deletions

View File

@@ -49,7 +49,7 @@ export default {
set(val) {
if (this.isGroup && this.parentGroup) {
this.parentGroup.$emit('input', val);
this.parentGroup.$emit('input', val);
} else {
this.$emit('input', val);
}