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
xwx
3 years ago
Commit
226367ee7d76b84b87c85304c4a5feab59579dd4
1 parent
8ded4c09
新增或修改告警策略时,未填写通知合并策略也可以保存
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 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 @
226367e
...
...
@@ -30,10 +30,9 @@ layui.define(['form', 'admin', 'laydate', 'common','sessions','reskpilist'], fun
,
range
:
true
});
var
resType
=
localStorage
.
getItem
(
"currentResType"
);
var
NoticeMergeFlag
=
'off'
;
// 获取合并通知开关是否开启
getNoticeMergeFlag
();
var
NoticeMergeFlag
=
'off'
;
function
getNoticeMergeFlag
(){
admin
.
req
({
url
:
common
.
domainName
+
'/api-web/manage/ddic/findSucDdics/noticeMergeFlag'
...
...
Please
register
or
login
to post a comment