Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ops
/
monitor-ui
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
qinchao
7 years ago
Commit
e6772126051c5857289a33bc96aecad798d7c728
1 parent
62af8389
监控对象管理
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
monitor-ui-web/src/main/webapp/jsp/mobject/mobjectInfo.jsp
monitor-ui-web/src/main/webapp/jsp/mobject/mobjectInfo.jsp
View file @
e677212
...
...
@@ -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
);
}
...
...
Please
register
or
login
to post a comment