Browse Source

Pull request #2743: 无jira任务 fix:年选择触发器代码逻辑维护

Merge in VISUAL/fineui from ~AEOLUS.ZHANG/fineui:master to master

* commit 'ce76521ceee2fc12cf8109b41bee0d5270551827':
  无jira任务 fix:年选择触发器代码逻辑维护
es6
Aeolus.Zhang 2 years ago
parent
commit
b23534e116
  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