Index: ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/awaitForRecycleList.jsp =================================================================== diff -u -r16180 -r16190 --- ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/awaitForRecycleList.jsp (.../awaitForRecycleList.jsp) (revision 16180) +++ ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/awaitForRecycleList.jsp (.../awaitForRecycleList.jsp) (revision 16190) @@ -364,6 +364,9 @@ var totalPage = parseInt(result.totalPage,10); var pageInt = parseInt(page,10); var selContent = ""; + //限制分页数量下拉框的最大数量,解决下拉框数量过大引起页面显示慢甚至卡死的性能问题 + var maxTotalPage = 100; + totalPage = totalPage > maxTotalPage ? maxTotalPage : totalPage; for(var i = 1;i <= totalPage;++i){ selContent += "