From d7644611064eb6e6942aa51033ba4a2b8d282fdd Mon Sep 17 00:00:00 2001 From: Kira Date: Fri, 5 Jul 2019 17:37:39 +0800 Subject: [PATCH] =?UTF-8?q?BI-46965=20fix=EF=BC=9A=20=E7=BF=BB=E9=A1=B5?= =?UTF-8?q?=E9=9A=90=E8=97=8F=E6=94=BE=E5=88=B0=E6=8E=A7=E4=BB=B6=E5=86=85?= =?UTF-8?q?=E9=83=A8=E5=8E=BB=E5=81=9A=EF=BC=8CsetAllPage=E7=9A=84?= =?UTF-8?q?=E6=97=B6=E5=80=99=E5=88=A4=E6=96=AD=E4=B8=80=E4=B8=8B=E9=A1=B5?= =?UTF-8?q?=E6=95=B0=E6=98=AF=E4=B8=8D=E6=98=AF=E5=B0=8F=E4=BA=8E=E7=AD=89?= =?UTF-8?q?=E4=BA=8E1=EF=BC=8C=E5=A6=82=E6=9E=9C=E6=98=AF=E5=B0=B1?= =?UTF-8?q?=E9=9A=90=E8=97=8F=E6=8E=89=E7=BF=BB=E9=A1=B5=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/case/pager/pager.all.count.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/case/pager/pager.all.count.js b/src/case/pager/pager.all.count.js index 71600b5f7..30dfab75c 100644 --- a/src/case/pager/pager.all.count.js +++ b/src/case/pager/pager.all.count.js @@ -153,6 +153,7 @@ BI.AllCountPager = BI.inherit(BI.Widget, { this.options.pages = v; this.pager.setAllPages(v); this.editor.setEnable(v >= 1); + this.setPagerVisible(v > 1); }, setValue: function (v) {