diff --git a/src/components/date-picker/picker.vue b/src/components/date-picker/picker.vue index 4c093e8d..df3d3987 100644 --- a/src/components/date-picker/picker.vue +++ b/src/components/date-picker/picker.vue @@ -373,6 +373,7 @@ const input = this.$el.querySelector('input'); if (input) input.blur(); } + this.$refs.drop.update(); this.$emit('on-open-change', state); }, value(val) {