Index: ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/expressIntoBasket.jsp =================================================================== diff -u -r29513 -r31099 --- ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/expressIntoBasket.jsp (.../expressIntoBasket.jsp) (revision 29513) +++ ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/expressIntoBasket.jsp (.../expressIntoBasket.jsp) (revision 31099) @@ -368,7 +368,7 @@ document.onkeydown = showKeyDown; $.ajax({ type : 'get', - url :WWWROOT + '/disinfectSystem/recyclingRecordAction!loadAllTalliedMaterials.do?time=' + new Date(), + url :WWWROOT + '/disinfectSystem/recyclingRecordAction!loadAllTalliedMaterials.do?time=' + Date.now(), dataType : 'json', success : function(msg) { addItmeGoods(msg);