修复实时报表 点击标签页时没有合计数据
This commit is contained in:
@@ -266,6 +266,7 @@ var ajaxReport=function(url,target){
|
||||
dataType:"html",
|
||||
success:function(data){
|
||||
$(target).html(data);//#label
|
||||
totaltb(1,-1);
|
||||
closeTip();
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user