Browse Source

BI-111127 feat:BI缓存同步6.0

es6
Wilson Zhang 2 years ago
parent
commit
42642a4c4a
  1. 3
      src/widget/multiselect/multiselect.loader.nobar.js

3
src/widget/multiselect/multiselect.loader.nobar.js

@ -18,7 +18,8 @@ BI.MultiSelectNoBarLoader = BI.inherit(BI.Widget, {
valueFormatter: BI.emptyFn,
itemsCreator: BI.emptyFn,
itemHeight: BI.SIZE_CONSANTS.LIST_ITEM_HEIGHT,
onLoaded: BI.emptyFn
onLoaded: BI.emptyFn,
itemFormatter: BI.emptyFn,
});
},

Loading…
Cancel
Save