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-04-21 17:48:16 +0800
Commit
8eedbd408b0db1197fa2ac39761a24b556add23a
2 parents
15bed9b6
734cf976
Merge branch 'master-v32-xwx' into 'master'
大屏机柜告警为0不能下探 See merge request
!561
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
hg-monitor-web-zj/src/main/resources/static/vue3/src/views/commonComponents/machineRoomDetail/index.js
hg-monitor-web-zj/src/main/resources/static/vue3/src/views/commonComponents/machineRoomDetail/index.js
View file @
8eedbd4
...
...
@@ -296,6 +296,7 @@ export default {
}
//展示告警列表
let
alarmList
=
(
resId
)
=>
{
if
(
proxy
.
deviceDataInfo
.
alarmNum
>
0
){
hidedialog
(
true
);
let
params
=
{
page
:
currentPage
.
value
,
...
...
@@ -313,6 +314,7 @@ export default {
}
})
}
}
//告警列表弹框操作
let
dialogVisible
=
Vue
.
ref
(
false
);
let
hidedialog
=
(
flg
)
=>
{
...
...
Please
register
or
login
to post a comment