From cac5b38e7c35b76c4c304896946454e735ddf7b0 Mon Sep 17 00:00:00 2001 From: zzk Date: Mon, 25 Apr 2022 11:43:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=9A=E5=8A=A1=E7=94=B3?= =?UTF-8?q?=E8=AF=B7=E6=9F=A5=E8=AF=A2=E5=88=86=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WebContent/Tenwa/Core/FlowInstanceTrack/BusinessQuery.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebContent/Tenwa/Core/FlowInstanceTrack/BusinessQuery.jsp b/WebContent/Tenwa/Core/FlowInstanceTrack/BusinessQuery.jsp index 623263b36..10a0000bb 100644 --- a/WebContent/Tenwa/Core/FlowInstanceTrack/BusinessQuery.jsp +++ b/WebContent/Tenwa/Core/FlowInstanceTrack/BusinessQuery.jsp @@ -11,7 +11,7 @@ ASObjectWindow dwTemp = new ASObjectWindow(CurPage,doTemp,request); dwTemp.Style="1"; //--设置为Grid风格-- dwTemp.ReadOnly = "1"; //只读模式 - dwTemp.setPageSize(15); + dwTemp.setPageSize((pageSize==null||"undefined".equals(pageSize))?15:Integer.parseInt(pageSize)); dwTemp.genHTMLObjectWindow(""); //0、是否展示 1、 权限控制 2、 展示类型 3、按钮显示名称 4、按钮解释文字 5、按钮触发事件代码 6、 7、 8、 9、图标,CSS层叠样式 10、风格