Browse Source

同步

master
windy 2 years ago
parent
commit
7b5878fb6c
  1. 2
      src/widget/multiselect/loader.js

2
src/widget/multiselect/loader.js

@ -167,7 +167,7 @@ BI.MultiSelectInnerLoader = BI.inherit(BI.Widget, {
}]);
return false;
}
this.options.items = (items || []).slice(0, (items || []).length % 100);
this.options.items = (items || []).slice(0, 100 + (items || []).length % 100);
this.times = 1;
this.count = 0;
this.count += items.length;

Loading…
Cancel
Save