From b9ad87e034db5f651f164e81ede2b120119a6225 Mon Sep 17 00:00:00 2001 From: Tangjinxia <1119518763@qq.com> Date: Tue, 8 Jun 2021 15:58:27 +0800 Subject: [PATCH] =?UTF-8?q?BI-88224=20fix:pager=E4=B8=8D=E5=86=8D=E5=A7=8B?= =?UTF-8?q?=E7=BB=88=E6=98=BE=E7=A4=BA=EF=BC=8C=E5=8F=97=E5=BD=B1=E5=93=8D?= =?UTF-8?q?=E5=9B=A0=E7=B4=A0=E5=A2=9E=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/case/pager/pager.all.count.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/case/pager/pager.all.count.js b/src/case/pager/pager.all.count.js index 78090dd08..80701b252 100644 --- a/src/case/pager/pager.all.count.js +++ b/src/case/pager/pager.all.count.js @@ -108,7 +108,7 @@ BI.AllCountPager = BI.inherit(BI.Widget, { }); }, - alwaysShowPager: true, + showPager: true, _getPagerIconCls: function () { var o = this.options; @@ -213,6 +213,7 @@ BI.AllCountPager = BI.inherit(BI.Widget, { setRowCountVisible: function (b) { this.rowCountObject.setVisible(b); + this.showPager = b || this.options.pages > 1; }, populate: function () {