diff --git a/components/calendar/date-table.component.ts b/components/calendar/date-table.component.ts index e033c98fe31..98ddd33b819 100644 --- a/components/calendar/date-table.component.ts +++ b/components/calendar/date-table.component.ts @@ -111,10 +111,7 @@ export class DateTableComponent implements OnInit, OnChanges { .setYear(value.getYear()) .setMonth(value.getMonth()) .setDate(value.getDate()); - - if (this.value !== newValue) { - this.valueChange.emit(newValue); - } + this.valueChange.emit(newValue); } private makeHeadWeekDays(): WeekDayLabel[] {