Merge pull request #2356 from SergioCrisostomo/fix-2122

Patch Chromium bug
This commit is contained in:
Aresn 2017-11-09 00:37:27 -06:00 committed by GitHub
commit 2df70ebdfb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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