Browse Source

Pull request #2591: REPORT-68011 修复年月控件联动问题

Merge in VISUAL/fineui from ~AUSTIN.DUAN/fineui-master:master to master

* commit '306eca7c915c8b5c691316b39370b6e669d864a2':
  REPORT-68011 fix:修复年月控件联动问题
es6
Austin.Duan 3 years ago
parent
commit
9b2fb64862
  1. 2
      src/widget/date/calendar/combo.month.date.js

2
src/widget/date/calendar/combo.month.date.js

@ -59,7 +59,7 @@ BI.MonthDateCombo = BI.inherit(BI.Trigger, {
},
populate: function () {
this.combo.populate.apply(this.combo, arguments);
this.popup.populate.apply(this.popup, arguments);
},
setValue: function (v) {

Loading…
Cancel
Save