Browse Source

无JIRA任务 更新

es6
windy 4 years ago
parent
commit
ac9194e0c9
  1. 2
      src/widget/date/calendar/picker.date.js

2
src/widget/date/calendar/picker.date.js

@ -87,7 +87,7 @@ BI.DatePicker = BI.inherit(BI.Widget, {
}); });
this.month.on(BI.MonthDateCombo.EVENT_CHANGE, function () { this.month.on(BI.MonthDateCombo.EVENT_CHANGE, function () {
self.setValue({ self.setValue({
year: self.year.getValue(), year: self.year.getValue() || self._year,
month: self.month.getValue(), month: self.month.getValue(),
}); });
self.fireEvent(BI.DatePicker.EVENT_CHANGE); self.fireEvent(BI.DatePicker.EVENT_CHANGE);

Loading…
Cancel
Save