(1)实时报表国际化
(2)恢复报表遮罩层
This commit is contained in:
@@ -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();
|
||||
}
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user