Browse Source

Merge pull request #55608 in DEC/fineui from master to feature/x

* commit 'b23534e116c354ce6ab111aa6d2a69c9615fc463':
  无jira任务 fix:年选择触发器代码逻辑维护
es6
superman 2 years ago
parent
commit
e6715475ff
  1. 5
      src/widget/year/trigger.year.js

5
src/widget/year/trigger.year.js

@ -93,7 +93,7 @@ BI.DynamicYearTrigger = BI.inherit(BI.Trigger, {
BI.createWidget({
element: this,
type: "bi.horizontal_fill",
columnSize: ["fill", ""],
columnSize: ["fill", "", ""],
items: [{
el: this.editor
}, {
@ -106,8 +106,7 @@ BI.DynamicYearTrigger = BI.inherit(BI.Trigger, {
el: {
type: "bi.trigger_icon_button",
width: this._const.iconWidth
},
width: this._const.iconWidth
}
}]
});
this.setValue(o.value);

Loading…
Cancel
Save