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
Plain Diff
Browse Files
Authored by
王涛
2021-12-22 19:43:54 +0800
Commit
fdac32045f28d7a5d2d630b1ad1586cf1c995eb3
2 parents
4db61732
25c0f1e9
Merge branch 'master-v32-xwx' into 'master'
杭州-故障诊断-apm添加优化 See merge request
!269
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 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 @
fdac320
...
...
@@ -137,7 +137,7 @@ export default {
targetId
:
proxy
.
targetId
,
apmList
:[
row
]
}
proxy
.
$http
.
post
(
'/fault/conf/apm/batchAddApm'
,
params
,
function
(
res
){
proxy
.
$http
.
post
(
'/
api-web/
fault/conf/apm/batchAddApm'
,
params
,
function
(
res
){
if
(
res
&&
res
.
str
){
proxy
.
$global
.
showMsg
(
'添加成功'
,
'success'
);
proxy
.
targetId
=
res
.
str
;
...
...
Please
register
or
login
to post a comment