(1)实时报表国际化

(2)恢复报表遮罩层
This commit is contained in:
wangxin
2018-07-12 09:08:25 +08:00
parent 489a3f1088
commit cdde9c1f6c
4 changed files with 40 additions and 4 deletions

View File

@@ -105,7 +105,7 @@
}
var ajaxReport=function(url,target){
//loading('<spring:message code="onloading"/>');
loading('<spring:message code="onloading"/>');
$.ajax({
type:'post',
async:false,
@@ -119,7 +119,7 @@ var ajaxReport=function(url,target){
dataType:"html",
success:function(data){
$(target).html(data);//#label
//closeTip();
closeTip();
}
});
};