patch chromium bug
This commit is contained in:
parent
cd92d87821
commit
40aa935508
1 changed files with 8 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue