update Transfer

update Transfer
This commit is contained in:
梁灏 2017-03-15 19:59:46 +08:00
parent 84a8a413aa
commit aa9fc758da
5 changed files with 21 additions and 12 deletions

View file

@ -44,14 +44,5 @@
this.$emit('on-query-clear');
}
}
// todo
// events: {
// 'on-form-blur' () {
// return false;
// },
// 'on-form-change' () {
// return false;
// }
// }
};
</script>

View file

@ -120,7 +120,7 @@
on: {
'on-checked-keys-change': this.handleRightCheckedKeysChange
}
}, clonedVNodes),
}, clonedVNodes)
]);
},