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-08-10 18:00:54 +0800
Commit
f31544f7b510838528b6596f7f9e51f7fdb1f0a9
2 parents
5ef64868
edaafa93
Merge branch 'master-500-dev-xwx' into 'master-500-dev'
【167】告警策略配置功能调整 See merge request
!844
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
hg-monitor-web-base/src/main/resources/static/src/controller/alarmpolicyAdd.js
hg-monitor-web-base/src/main/resources/static/src/controller/alarmpolicyAdd.js
View file @
f31544f
...
...
@@ -233,6 +233,13 @@ layui.define(['form', 'admin', 'laydate', 'common', 'sessions', 'reskpilist'], f
});
return
false
;
}
if
(
!
data
.
seriousTimes
||
data
.
seriousTimes
==
''
)
{
layer
.
msg
(
"请先填写告警时段!"
,
{
icon
:
7
,
time
:
3000
});
return
false
;
}
if
(
NoticeMergeFlag
&&
NoticeMergeFlag
==
'on'
)
{
if
(
!
data
.
alarmContentExpr
||
data
.
alarmContentExpr
==
''
)
{
...
...
Please
register
or
login
to post a comment