Browse Source

无JIRA任务 fix: this指向错误的bug

es6
Zhenfei.Li 2 years ago
parent
commit
e051b9edcb
  1. 2
      src/widget/date/calendar/popup.year.js

2
src/widget/date/calendar/popup.year.js

@ -79,7 +79,7 @@ export class YearPopup extends Widget {
},
cardCreator: bind(this._createYearCalendar, this),
afterCardCreated: () => {
this.setValue(this.selectedYear);
this.navigation.setValue(this.selectedYear);
},
});

Loading…
Cancel
Save