fix(DatetimePicker): incorrecrt initial value when use min-date and filter (#4837)
This commit is contained in:
@@ -60,6 +60,10 @@ export const TimePickerMixin = {
|
||||
|
||||
mounted() {
|
||||
this.updateColumnValue();
|
||||
|
||||
this.$nextTick(() => {
|
||||
this.updateInnerValue();
|
||||
});
|
||||
},
|
||||
|
||||
methods: {
|
||||
|
||||
Reference in New Issue
Block a user