Browse Source

JSY-26079 update: 去除 multi_select_insert_no_bar_list 的全选配置

master
Renzo 2 years ago
parent
commit
e2e05e9d7a
  1. 3
      src/widget/multiselectlist/multiselectlist.insert.nobar.js

3
src/widget/multiselectlist/multiselectlist.insert.nobar.js

@ -8,7 +8,6 @@ BI.MultiSelectInsertNoBarList = BI.inherit(BI.Single, {
itemsCreator: BI.emptyFn, itemsCreator: BI.emptyFn,
valueFormatter: BI.emptyFn, valueFormatter: BI.emptyFn,
searcherHeight: BI.SIZE_CONSANTS.LIST_ITEM_HEIGHT, searcherHeight: BI.SIZE_CONSANTS.LIST_ITEM_HEIGHT,
allowSelectAll: true,
}); });
}, },
_init: function () { _init: function () {
@ -62,7 +61,7 @@ BI.MultiSelectInsertNoBarList = BI.inherit(BI.Single, {
o.itemsCreator(op, callback); o.itemsCreator(op, callback);
} }
}, },
allowSelectAll: o.allowSelectAll, allowSelectAll: false,
}); });
this.searcherPane.setVisible(false); this.searcherPane.setVisible(false);

Loading…
Cancel
Save