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
鲁尚清
2022-08-08 11:18:52 +0800
Commit
bd7ead0bb9676fb655395023e71a633933de5e1c
1 parent
98ad801d
【1595】 1、首页点击右上角告警数量数据对不上(页面展示5条详情页展示2条)-
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
hg-monitor-web-qh/src/main/resources/static/src/controller/activewarning.js
hg-monitor-web-qh/src/main/resources/static/src/controller/activewarning.js
View file @
bd7ead0
...
...
@@ -1135,6 +1135,8 @@ layui.define(['table', 'form', 'laydate', 'admin', 'layer', 'laytpl', 'common',
});
//告警级别
form
.
on
(
'select(alarmLevelSearch)'
,
function
(
data
)
{
//lsq 切换告警级别时,获取统计告警量接口的参数更改 2022-08-08
alarmLevel
=
$
(
"#alarmLevelSearchBox"
).
val
()
reloadTable
();
});
// 告警确认
...
...
Please
register
or
login
to post a comment