* commit 'f271d2198289471ea6ff61bc93f1d8b1fd6c861d': 无jira任务:调整下add items的顺序
@ -100,8 +100,8 @@ BI.ListLoader = BI.inherit(BI.Widget, {
addItems: function (items) {
this.count += items.length;
if (BI.isObject(this.next)) {
this.options.items = this.options.items.concat(items);
if (this.hasNext()) {
this.next.setLoaded();
} else {
this.next.setEnd();