From f271d2198289471ea6ff61bc93f1d8b1fd6c861d Mon Sep 17 00:00:00 2001 From: Kira Date: Mon, 29 Jul 2019 15:03:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A0jira=E4=BB=BB=E5=8A=A1=EF=BC=9A?= =?UTF-8?q?=E8=B0=83=E6=95=B4=E4=B8=8Badd=20items=E7=9A=84=E9=A1=BA?= =?UTF-8?q?=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/case/loader/loader.list.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/case/loader/loader.list.js b/src/case/loader/loader.list.js index 04c7292a9..aeb3ad959 100644 --- a/src/case/loader/loader.list.js +++ b/src/case/loader/loader.list.js @@ -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.options.items = this.options.items.concat(items); this.next.setLoaded(); } else { this.next.setEnd();