修复实时报表 点击标签页时没有合计数据

This commit is contained in:
leijun
2019-01-07 16:33:14 +08:00
parent 1c1214ffd8
commit 9fbcae39fb

View File

@@ -266,6 +266,7 @@ var ajaxReport=function(url,target){
dataType:"html",
success:function(data){
$(target).html(data);//#label
totaltb(1,-1);
closeTip();
}
});