From caac10f967701e91f6876c5ac0ddcf699336f154 Mon Sep 17 00:00:00 2001 From: wangxin Date: Thu, 12 Jul 2018 10:14:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9random=E4=B8=BA=E5=BD=93?= =?UTF-8?q?=E5=89=8D=E6=97=B6=E9=97=B4=E6=88=B3=EF=BC=8C=E9=98=B2=E6=AD=A2?= =?UTF-8?q?tomcat=E9=AB=98=E7=89=88=E6=9C=AC=E5=9B=A0=E4=B8=BA=E9=9D=9E?= =?UTF-8?q?=E6=B3=95=E5=AD=97=E7=AC=A6=E5=AF=BC=E8=87=B4=E8=AF=B7=E6=B1=82?= =?UTF-8?q?=E5=A4=B1=E8=B4=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/WEB-INF/views/report/list.jsp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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(),