Authored by qinchao

监控对象管理

... ... @@ -471,7 +471,7 @@
for(var i=0;i<array_mobjectTypeID.length;i++){
var moTypeID=array_mobjectTypeID[i];
console.log("begin "+moTypeID);
$.ajax({
url : contextPath +"mobject/asyMobjectHost.do",
type : 'post',
... ... @@ -481,7 +481,7 @@
},
dataType : "json",
success : function(data) {
console.log("begin success "+moTypeID);
if( data && data.code == 200){
allRtnMessage +=data.data;
}else{
... ... @@ -493,9 +493,8 @@
allRtnMessage += ("moTypeID"+moTypeID+"系统异常"+data.message);
}
});
console.log("end "+moTypeID);
}
console.log("over ");
searchType();
localAlert('同步完毕',allRtnMessage);
}
... ...