diff options
| author | zhanghongqing <[email protected]> | 2019-01-28 16:43:04 +0800 |
|---|---|---|
| committer | zhanghongqing <[email protected]> | 2019-01-28 16:43:04 +0800 |
| commit | 536f6a56be12f2c7d2b83c5e61bdbe977d8f1376 (patch) | |
| tree | b6d9c24a82128e0ec2df598e831e9624e27c2af2 | |
| parent | 76302ff82e6d91c66e2720631b192e797fcddea2 (diff) | |
修改流量统计中协议详情跟网站详情界面按钮下移问题
| -rw-r--r-- | src/main/webapp/WEB-INF/views/dashboard/trafficProtocolTypeList.jsp | 4 | ||||
| -rw-r--r-- | src/main/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 @@ </h3>
<h5 class="page-header"></h5>
<div class="row" >
- <form:form id="searchForm" action="${ctx}/dashboard/traffic/protocolTypeList" method="get" class="form-search">
+ <form:form id="searchForm1" action="${ctx}/dashboard/traffic/protocolTypeList" method="get" class="form-search">
<input id="beginDateh" type="hidden" value="${beginDate}"/>
<input id="endDateh" type="hidden" value="${endDate}"/>
<!-- 搜索内容与操作按钮栏 -->
@@ -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 @@ </h3>
<h5 class="page-header"></h5>
<div class="row">
- <form:form id="searchForm"
+ <form:form id="searchForm1"
action="${ctx}/dashboard/traffic/websiteList" method="get"
class="form-search">
<input id="beginDateh" type="hidden" value="${beginDate}" />
@@ -188,7 +188,7 @@ $(this).find("option:first").attr("selected",true);
});
$(".Wdate").attr("value",'');
- $("#searchForm")[0].reset();
+ $("#searchForm1")[0].reset();
});
ajaxWebTypeList(starth, endh);
|
