didi / mand-mobile

💰 A mobile UI toolkit, based on Vue.js 2, designed for financial scenarios.
https://didi.github.io/mand-mobile
Apache License 2.0
3.46k stars 772 forks source link

DatePicker 默认时间不在最小时间和最大时间的范围内,取不到值 #75

Closed zlab closed 6 years ago

zlab commented 6 years ago

mand-mobile version/项目版本 1.2.2

参数
minDate: 2000-08-08
maxDate: 2018-08-08
defaultDate:  1990-08-08

此时由于1990小于2000,选择器会显示最小的年,即2000-08-08,但是取值的时候 this.$refs.datePicker.getFormatDate('yyyy-MM-dd');拿到的确是'yyyy-08-08'

xxyan0205 commented 6 years ago

原来是将这种情况当异常情况处理,所以没有做容错处理。