修改流量统计中协议详情跟网站详情界面按钮下移问题

This commit is contained in:
zhanghongqing
2019-01-28 16:43:04 +08:00
committed by zhangwei
parent 40ad762853
commit 00f40e6394
2 changed files with 4 additions and 4 deletions

View File

@@ -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(){

View File

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