Toggle navigation
Toggle navigation
This project
Loading...
Sign in
monitor_v3
/
hg-monitor-web
·
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
郗万祥
3 years ago
Commit
bf19cfe5407669753ea981c9528cc7646bcf8c4b
1 parent
53e5206c
Update index.js
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
hg-monitor-web-zj/src/main/resources/static/vue3/src/views/faultDiagnosis/components/APM/index.js
hg-monitor-web-zj/src/main/resources/static/vue3/src/views/faultDiagnosis/components/APM/index.js
View file @
bf19cfe
...
...
@@ -161,7 +161,6 @@ export default {
proxy
.
$global
.
showMsg
(
'请选择资源'
,
'warning'
);
}
else
{
proxy
.
$http
.
post
(
'/api-web/fault/conf/apm/saveOrUpdate'
,
params
,
function
(
res
){
debugger
if
(
res
&&
res
.
success
){
proxy
.
$global
.
showMsg
(
'添加成功'
,
'success'
);
proxy
.
targetId
=
res
.
src
;
...
...
Please
register
or
login
to post a comment