Index: ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/awaitForRecycleList.jsp =================================================================== diff -u -r16014 -r16015 --- ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/awaitForRecycleList.jsp (.../awaitForRecycleList.jsp) (revision 16014) +++ ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/awaitForRecycleList.jsp (.../awaitForRecycleList.jsp) (revision 16015) @@ -235,7 +235,8 @@ } function openHistoryRecyclingRecord(id){ - location.href = "recycleForTouchScreen.jsp?resolution=${param.resolution}&id="+id + "&recordType=" + "history&rememberRecycleUser=" + rememberRecycleUser;; //添加recordType,表示是历史记录 + var rememberRecycleUser= CookieManager.getCookie("rememberRecycleUser"); + location.href = "recycleForTouchScreen.jsp?resolution=${param.resolution}&id="+id + "&recordType=" + "history&rememberRecycleUser=" + rememberRecycleUser; //添加recordType,表示是历史记录 } function newRecyclingRecord(){