Commit c5d407a1 by chentian

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

parent c348052e
......@@ -160,6 +160,9 @@ function doQuery(){
loadFilter: function(data){
$(".total").html(data.total);
return data;
},
onLoadSuccess: function(data) {//easyui table加载成功之后再查询区块查询方法
doQueryqk();
}
});
};
......@@ -311,12 +314,7 @@ function doQueryFL(){
$("#fldh").hide();
$("#fldh").empty();
//$("#objectType").val("");
if(presentTypeVal=="DList"){
doQuery();
}else if(presentTypeVal=="EZUIGrid") {
doQueryqk();
}
}
}
function doQueryqk(){
......
......@@ -117,6 +117,9 @@ function doQuery(){
loadFilter: function(data){
$(".total").html(data.total);
return data;
},
onLoadSuccess: function(data) {//easyui table加载成功之后再查询区块查询方法
doQueryqk();
}
});
};
......@@ -249,12 +252,7 @@ function doQueryFL(){
$("#fldh").hide();
$("#fldh").empty();
//$("#objectType").val("");
if(presentTypeVal=="DList"){
doQuery();
}else if(presentTypeVal=="EZUIGrid") {
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