diff --git a/components/lib/datepicker/DatePicker.vue b/components/lib/datepicker/DatePicker.vue index 4799587e60..234f979e91 100755 --- a/components/lib/datepicker/DatePicker.vue +++ b/components/lib/datepicker/DatePicker.vue @@ -1158,7 +1158,7 @@ export default { if (this.input) { this.input.focus(); } - + setTimeout(() => { this.overlayVisible = false; }, 150);