From 9fbcae39fb408bb902286be54b8b33ecb4c2f5ff Mon Sep 17 00:00:00 2001 From: leijun Date: Mon, 7 Jan 2019 16:33:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=AE=9E=E6=97=B6=E6=8A=A5?= =?UTF-8?q?=E8=A1=A8=20=E7=82=B9=E5=87=BB=E6=A0=87=E7=AD=BE=E9=A1=B5?= =?UTF-8?q?=E6=97=B6=E6=B2=A1=E6=9C=89=E5=90=88=E8=AE=A1=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/WEB-INF/views/report/list.jsp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/webapp/WEB-INF/views/report/list.jsp b/src/main/webapp/WEB-INF/views/report/list.jsp index 16ec192ff..a5492f6da 100644 --- a/src/main/webapp/WEB-INF/views/report/list.jsp +++ b/src/main/webapp/WEB-INF/views/report/list.jsp @@ -266,6 +266,7 @@ var ajaxReport=function(url,target){ dataType:"html", success:function(data){ $(target).html(data);//#label + totaltb(1,-1); closeTip(); } });