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);