diff --git a/src/components/date-picker/panel/date-range.vue b/src/components/date-picker/panel/date-range.vue index 81c123ef..44e77fc4 100644 --- a/src/components/date-picker/panel/date-range.vue +++ b/src/components/date-picker/panel/date-range.vue @@ -372,6 +372,14 @@ this.minDate = val.minDate; this.maxDate = val.maxDate; + // Remove when Chromium has fixed bug + // https://github.com/iview/iview/issues/2122 + this.$nextTick(() => { + this.minDate = val.minDate; + this.maxDate = val.maxDate; + }); + /* end of #2122 patch */ + if (!close) return; // if (!this.showTime) { // this.handleConfirm(false);