Browse Source

REPORT-68011 fix:修复年月控件联动问题

es6
Austin.Duan 3 years ago
parent
commit
306eca7c91
  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