fix(DatetimePicker): incorrecrt initial value when use min-date and filter (#4837)

This commit is contained in:
neverland
2019-10-25 17:15:50 +08:00
committed by GitHub
parent 38a6080803
commit 80fc7024f8
2 changed files with 29 additions and 0 deletions
+4
View File
@@ -60,6 +60,10 @@ export const TimePickerMixin = {
mounted() {
this.updateColumnValue();
this.$nextTick(() => {
this.updateInnerValue();
});
},
methods: {