patch chromium bug

This commit is contained in:
Sergio Crisostomo 2017-11-08 09:54:14 +01:00
parent cd92d87821
commit 40aa935508

View file

@ -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);