Browse Source

Pull request #1416: 无JIRA任务 更新

Merge in VISUAL/fineui from ~WINDY/fui:master to master

* commit 'ac9194e0c971adcafc747eb6b5f9d50b330fb568':
  无JIRA任务 更新
es6
windy 4 years ago
parent
commit
7d86a163bb
  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 () {
self.setValue({
year: self.year.getValue(),
year: self.year.getValue() || self._year,
month: self.month.getValue(),
});
self.fireEvent(BI.DatePicker.EVENT_CHANGE);

Loading…
Cancel
Save