diff --git a/WebContent/Tenwa/Lease/Flow/Fund/ActualPayment/ActualPaymentTempListBySubtotal1.jsp b/WebContent/Tenwa/Lease/Flow/Fund/ActualPayment/ActualPaymentTempListBySubtotal1.jsp index fe7ae3d20..c5deb85c0 100644 --- a/WebContent/Tenwa/Lease/Flow/Fund/ActualPayment/ActualPaymentTempListBySubtotal1.jsp +++ b/WebContent/Tenwa/Lease/Flow/Fund/ActualPayment/ActualPaymentTempListBySubtotal1.jsp @@ -30,7 +30,7 @@ if("ReadOnly".equals(rightType)){ dwTemp.MultiSelect = false; } - dwTemp.setPageSize(10); + dwTemp.setPageSize(pageSize==null?20:Integer.parseInt(pageSize)); ASDataObject ado = dwTemp.getDataObject(); ado.setLockCount(5); dwTemp.genHTMLObjectWindow(flowunid);