Browse Source

无JIRA任务 单测报错

es6
windy 4 years ago
parent
commit
aa710b52c1
  1. 2
      src/widget/multiselect/trigger/switcher.checkselected.js

2
src/widget/multiselect/trigger/switcher.checkselected.js

@ -99,7 +99,7 @@ BI.MultiSelectCheckSelectedSwitcher = BI.inherit(BI.Widget, {
},
populateSwitcher: function () {
this.button.populate.apply(this.switcher, arguments);
this.button.populate.apply(this.button, arguments);
}
});

Loading…
Cancel
Save