update DatePicker
update DatePicker
This commit is contained in:
parent
7c5ccdab4d
commit
3602b78df8
4 changed files with 14 additions and 9 deletions
|
@ -67,10 +67,10 @@
|
|||
if (newVal && !oldVal) {
|
||||
this.rangeState.selecting = false;
|
||||
this.markRange(newVal);
|
||||
this.$emit('on-pick', {
|
||||
minDate: this.minDate,
|
||||
maxDate: this.maxDate
|
||||
});
|
||||
// this.$emit('on-pick', {
|
||||
// minDate: this.minDate,
|
||||
// maxDate: this.maxDate
|
||||
// });
|
||||
}
|
||||
},
|
||||
cells: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue