diff --git a/packages/date-picker/src/panel/date-range.vue b/packages/date-picker/src/panel/date-range.vue index 7423bb46c..5a249ef77 100644 --- a/packages/date-picker/src/panel/date-range.vue +++ b/packages/date-picker/src/panel/date-range.vue @@ -441,8 +441,9 @@ methods: { handleClear() { - this.minDate = null; - this.maxDate = null; + // popper hide call resetView + // this.minDate = null; + // this.maxDate = null; this.leftDate = calcDefaultValue(this.defaultValue)[0]; this.rightDate = nextMonth(this.leftDate); this.$emit('pick', null);