DatePicker: fix emit pick

pull/6117/head
Dreamacro 2017-07-24 11:41:23 +08:00 committed by 杨奕
parent 1cecdbc057
commit e4f52e9221
1 changed files with 3 additions and 1 deletions

View File

@ -457,7 +457,9 @@
},
handleConfirm(visible = false) {
if (this.minDate && this.maxDate) {
this.$emit('pick', [this.minDate, this.maxDate], visible);
}
},
resetDate() {