修改分页设置

This commit is contained in:
gityjf 2021-04-30 08:22:39 +08:00
parent ab94d4729e
commit 90ddb0ad90

View File

@ -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);