提取查询时间范围到页面控制
This commit is contained in:
@@ -1136,7 +1136,7 @@
|
||||
$.ajax({
|
||||
type:'get',
|
||||
dataType: 'json',
|
||||
url:"${pageContext.request.contextPath}/nis/dynamicpage/indexTraffic?baseNum=" + top.baseNum,
|
||||
url:"${pageContext.request.contextPath}/nis/dynamicpage/indexTraffic?hour=2&baseNum=" + top.baseNum,
|
||||
success:function(res){//处理返回结果
|
||||
if(res) {
|
||||
data = res;
|
||||
@@ -1189,7 +1189,7 @@
|
||||
$.ajax({
|
||||
type:'get',
|
||||
dataType: 'json',
|
||||
url:'${pageContext.request.contextPath}/nis/dynamicpage/indexLog?sid=' + top.indexLogServiceId + "&baseNum=" + top.baseNum,
|
||||
url:'${pageContext.request.contextPath}/nis/dynamicpage/indexLog?hour=24&sid=' + top.indexLogServiceId + "&baseNum=" + top.baseNum,
|
||||
success:function(res){//处理返回结果
|
||||
logData = res;
|
||||
_logData = logData.shift();
|
||||
@@ -1241,7 +1241,7 @@
|
||||
$.ajax({
|
||||
type:'get',
|
||||
dataType: 'json',
|
||||
url:'${pageContext.request.contextPath}/nis/dynamicpage/indexDrop' + "?baseNum=" + top.dropBaseNum,
|
||||
url:'${pageContext.request.contextPath}/nis/dynamicpage/indexDrop?hour=24' + "&baseNum=" + top.dropBaseNum,
|
||||
success:function(res){//处理返回结果
|
||||
if(res) {
|
||||
dropData = res;
|
||||
|
||||
Reference in New Issue
Block a user