Commit c5d407a1 by chentian

区域碰撞和时空回溯区块bug修改

parent c348052e
...@@ -160,6 +160,9 @@ function doQuery(){ ...@@ -160,6 +160,9 @@ function doQuery(){
loadFilter: function(data){ loadFilter: function(data){
$(".total").html(data.total); $(".total").html(data.total);
return data; return data;
},
onLoadSuccess: function(data) {//easyui table加载成功之后再查询区块查询方法
doQueryqk();
} }
}); });
}; };
...@@ -311,12 +314,7 @@ function doQueryFL(){ ...@@ -311,12 +314,7 @@ function doQueryFL(){
$("#fldh").hide(); $("#fldh").hide();
$("#fldh").empty(); $("#fldh").empty();
//$("#objectType").val(""); //$("#objectType").val("");
if(presentTypeVal=="DList"){
doQuery(); doQuery();
}else if(presentTypeVal=="EZUIGrid") {
doQueryqk();
}
} }
} }
function doQueryqk(){ function doQueryqk(){
......
...@@ -117,6 +117,9 @@ function doQuery(){ ...@@ -117,6 +117,9 @@ function doQuery(){
loadFilter: function(data){ loadFilter: function(data){
$(".total").html(data.total); $(".total").html(data.total);
return data; return data;
},
onLoadSuccess: function(data) {//easyui table加载成功之后再查询区块查询方法
doQueryqk();
} }
}); });
}; };
...@@ -249,12 +252,7 @@ function doQueryFL(){ ...@@ -249,12 +252,7 @@ function doQueryFL(){
$("#fldh").hide(); $("#fldh").hide();
$("#fldh").empty(); $("#fldh").empty();
//$("#objectType").val(""); //$("#objectType").val("");
if(presentTypeVal=="DList"){
doQuery(); doQuery();
}else if(presentTypeVal=="EZUIGrid") {
doQueryqk();
}
} }
} }
function doQueryqk(){ function doQueryqk(){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment