Merge branch 'bugfix-2019012816-traffic修改按钮下移问题' into 'develop'
修改流量统计中协议详情跟网站详情界面按钮下移问题 See merge request K18_NTCS_WEB/NTC!35
This commit is contained in:
@@ -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(){
|
||||
|
||||
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user