mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-24 02:16:12 +08:00
fix picker
This commit is contained in:
parent
09b4686860
commit
3782cf3edc
@ -81,7 +81,6 @@ export default {
|
|||||||
[0, 59]
|
[0, 59]
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
debugger
|
|
||||||
const { maxYear, maxDate, maxMonth, maxHour, maxMinute } = this.getBoundary('max', this.innerValue);
|
const { maxYear, maxDate, maxMonth, maxHour, maxMinute } = this.getBoundary('max', this.innerValue);
|
||||||
const { minYear, minDate, minMonth, minHour, minMinute } = this.getBoundary('min', this.innerValue);
|
const { minYear, minDate, minMonth, minHour, minMinute } = this.getBoundary('min', this.innerValue);
|
||||||
|
|
||||||
|
@ -65,6 +65,9 @@ export default {
|
|||||||
},
|
},
|
||||||
|
|
||||||
watch: {
|
watch: {
|
||||||
|
value(val) {
|
||||||
|
this.currentValue = val;
|
||||||
|
},
|
||||||
values(val) {
|
values(val) {
|
||||||
this.currentValues = val;
|
this.currentValues = val;
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user