diff --git a/htmlweb/web/backstage/oa/ocr/information/list.html b/htmlweb/web/backstage/oa/ocr/information/list.html
index 2ee64d19..20352bd7 100644
--- a/htmlweb/web/backstage/oa/ocr/information/list.html
+++ b/htmlweb/web/backstage/oa/ocr/information/list.html
@@ -70,7 +70,7 @@
$("#_mybutton").append(' ');
}
});
- _tableListCommontword = $('#Post_list').bootstrapTable({
+ _tableListPost = $('#Post_list').bootstrapTable({
url: '${ctx}/ocr/field/page',
pagination: true, //是否显示分页(*)
pageNumber:1, //初始化加载第一页,默认第一页
@@ -84,7 +84,7 @@
return {
sortorder: params.order,
sortname: params.sort,
- pagesize: params.limit,
+ pageSize: params.limit,
start: (params.offset / params.limit) + 1,
search_name:'{"value":"' + $("#search_name").val() + '","op":"equal","type":"string"}',
search_reviewType:'{"value":"' + $("#search_reviewType").val() + '","op":"equal","type":"string"}',
diff --git a/htmlweb/web/backstage/oa/ocr/picturelog/list.html b/htmlweb/web/backstage/oa/ocr/picturelog/list.html
index eb1a2584..aba37279 100644
--- a/htmlweb/web/backstage/oa/ocr/picturelog/list.html
+++ b/htmlweb/web/backstage/oa/ocr/picturelog/list.html
@@ -83,7 +83,7 @@
return {
sortorder: params.order,
sortname: params.sort,
- pagesize: params.limit,
+ pageSize: params.limit,
start: (params.offset / params.limit) + 1,
callStatus: $("#callStatus").val(),
callTimeStart: params.callTimeStart,