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
XuHaoJie
2021-12-22 16:18:05 +0800
Commit
0710fe171aff1f5fdc6a49c384f577b577d0d14d
2 parents
ee835b86
dd6afebe
Merge branch 'master' of
http://113.200.75.45:82/monitor_v3/hg-monitor-web
into master-V32-XuHaoJie
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 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/applicationMoni/index.js
hg-monitor-web-zj/src/main/resources/static/vue3/src/views/faultDiagnosis/components/APM/index.js
View file @
0710fe1
...
...
@@ -224,10 +224,11 @@ export default {
//显示已添加过的应用列表数据
let
apmMonitorListChecked
=
Vue
.
ref
([]);
let
setListData
=
()
=>
{
console
.
log
(
"()"
,
proxy
.
apmMonitorListChecked
)
if
(
props
.
apmMonitorList
){
props
.
apmMonitorList
.
map
((
item
,
index
)
=>
{
proxy
.
tableDataList
.
map
(
v
=>
{
if
(
item
.
streamId
==
v
.
streamI
d
){
if
(
item
.
id
==
v
.
i
d
){
proxy
.
apmMonitorListChecked
.
push
(
v
)
}
...
...
hg-monitor-web-zj/src/main/resources/static/vue3/src/views/faultDiagnosis/components/applicationMoni/index.js
View file @
0710fe1
...
...
@@ -206,7 +206,7 @@ export default {
if
(
props
.
applicationMonitorList
){
props
.
applicationMonitorList
.
map
((
item
,
index
)
=>
{
proxy
.
tableDataList
.
map
(
v
=>
{
if
(
item
.
streamId
==
v
.
streamI
d
){
if
(
item
.
id
==
v
.
i
d
){
proxy
.
applicationMonitorListChecked
.
push
(
v
)
}
...
...
Please
register
or
login
to post a comment