Merge pull request #2356 from SergioCrisostomo/fix-2122
Patch Chromium bug
This commit is contained in:
commit
2df70ebdfb
1 changed files with 8 additions and 0 deletions
|
@ -372,6 +372,14 @@
|
||||||
this.minDate = val.minDate;
|
this.minDate = val.minDate;
|
||||||
this.maxDate = val.maxDate;
|
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 (!close) return;
|
||||||
// if (!this.showTime) {
|
// if (!this.showTime) {
|
||||||
// this.handleConfirm(false);
|
// this.handleConfirm(false);
|
||||||
|
|
Loading…
Add table
Reference in a new issue