去掉测试注释
This commit is contained in:
@@ -116,7 +116,7 @@ $(document).ready(function(){
|
|||||||
$("#beginDate").val(starth);
|
$("#beginDate").val(starth);
|
||||||
$("#endDate").val(endh);
|
$("#endDate").val(endh);
|
||||||
ipActiveMinuteList(starth,endh);
|
ipActiveMinuteList(starth,endh);
|
||||||
// ipActiveOneHourList(starth,endh);
|
ipActiveOneHourList(starth,endh);
|
||||||
//筛选功能初始化
|
//筛选功能初始化
|
||||||
$("#resetBtn").on("click",function(){
|
$("#resetBtn").on("click",function(){
|
||||||
$("select.selectpicker").each(function(){
|
$("select.selectpicker").each(function(){
|
||||||
@@ -159,7 +159,7 @@ function searchList(){
|
|||||||
window.location.reload();
|
window.location.reload();
|
||||||
}else{
|
}else{
|
||||||
ipActiveMinuteList(start,end);
|
ipActiveMinuteList(start,end);
|
||||||
// ipActiveOneHourList(start,end);
|
ipActiveOneHourList(start,end);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user