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
王涛
2022-03-11 09:55:10 +0800
Commit
8be6a0b994c3c6232f08ac0668a084935fb9ed56
2 parents
91691ea9
f736201a
Merge branch 'master-500-dev' of
http://192.168.1.136:82/monitor_v3/hg-monitor-w…
…eb into master-500-dev
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
hg-monitor-web-base/src/main/resources/static/src/controller/commonDetail.js
hg-monitor-web-base/src/main/resources/static/src/controller/commonDetail.js
View file @
8be6a0b
...
...
@@ -1308,7 +1308,7 @@ layui.define(['laytpl', 'admin', 'form', 'table', 'echarts', 'sessions', 'xmSele
linechart
.
on
(
'click'
,
function
(
v
)
{
var
params
=
{
resId
:
resId
,
kpiId
:
kpiId
.
split
(
','
).
length
==
0
?
kpiId
:
kpiId
.
split
(
','
)[
v
.
componentIndex
],
//当kpiId为多个时,点击时获取对应kpiId
kpiId
:
kpiId
,
flag
:
data
.
series
[
v
.
componentIndex
].
flag
,
warning
:
false
,
ident
:
true
,
...
...
Please
register
or
login
to post a comment