From 00f40e6394d0f4dd9c75c98952bedfea2e25a53a Mon Sep 17 00:00:00 2001 From: zhanghongqing Date: Mon, 28 Jan 2019 16:43:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=B5=81=E9=87=8F=E7=BB=9F?= =?UTF-8?q?=E8=AE=A1=E4=B8=AD=E5=8D=8F=E8=AE=AE=E8=AF=A6=E6=83=85=E8=B7=9F?= =?UTF-8?q?=E7=BD=91=E7=AB=99=E8=AF=A6=E6=83=85=E7=95=8C=E9=9D=A2=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E4=B8=8B=E7=A7=BB=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../WEB-INF/views/dashboard/trafficProtocolTypeList.jsp | 4 ++-- .../webapp/WEB-INF/views/dashboard/trafficWebTypeList.jsp | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/webapp/WEB-INF/views/dashboard/trafficProtocolTypeList.jsp b/src/main/webapp/WEB-INF/views/dashboard/trafficProtocolTypeList.jsp index 388ac07f6..5eed91695 100644 --- a/src/main/webapp/WEB-INF/views/dashboard/trafficProtocolTypeList.jsp +++ b/src/main/webapp/WEB-INF/views/dashboard/trafficProtocolTypeList.jsp @@ -22,7 +22,7 @@
- + @@ -164,7 +164,7 @@ $(document).ready(function(){ $(this).find("option:first").attr("selected",true); }); $(".Wdate").attr("value",''); - $("#searchForm")[0].reset(); + $("#searchForm1")[0].reset(); }); // setInterval(function(){ diff --git a/src/main/webapp/WEB-INF/views/dashboard/trafficWebTypeList.jsp b/src/main/webapp/WEB-INF/views/dashboard/trafficWebTypeList.jsp index c9372407e..65d9fd5f0 100644 --- a/src/main/webapp/WEB-INF/views/dashboard/trafficWebTypeList.jsp +++ b/src/main/webapp/WEB-INF/views/dashboard/trafficWebTypeList.jsp @@ -36,7 +36,7 @@
- @@ -188,7 +188,7 @@ $(this).find("option:first").attr("selected",true); }); $(".Wdate").attr("value",''); - $("#searchForm")[0].reset(); + $("#searchForm1")[0].reset(); }); ajaxWebTypeList(starth, endh);