diff --git a/src/main/webapp/WEB-INF/views/report/list.jsp b/src/main/webapp/WEB-INF/views/report/list.jsp index 87b444761..6d038dbb5 100644 --- a/src/main/webapp/WEB-INF/views/report/list.jsp +++ b/src/main/webapp/WEB-INF/views/report/list.jsp @@ -105,12 +105,13 @@ } var ajaxReport=function(url,target){ + var random=new Date().getTime(); loading(''); $.ajax({ type:'post', async:false, cache:false, - url:'${ctx}'+url+"?random="+Math.random,///report/ajaxNtcTagReport + url:'${ctx}'+url+"?random="+random,///report/ajaxNtcTagReport data:{ "action":$('[name="action"]').val(), "reportType":$('[name="reportType"]').val(),