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
wangtao
3 years ago
Commit
7215c1cc5331eac2c6546a12eede24e190dd943c
1 parent
6655550a
通知合并,字典标识由:on ==> noticeMergeSwitch:on
Show 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/alarmpolicyAdd.js
hg-monitor-web-base/src/main/resources/static/src/controller/alarmpolicyAdd.js
View file @
7215c1c
...
...
@@ -41,7 +41,7 @@ layui.define(['form', 'admin', 'laydate', 'common','sessions','reskpilist'], fun
,
async
:
false
,
success
:
function
(
res
)
{
$
.
each
(
res
.
data
,
function
(
i
,
v
)
{
if
(
v
.
ddicCode
==
'on'
){
if
(
v
.
ddicCode
==
'
noticeMergeSwitch:
on'
){
NoticeMergeFlag
=
'on'
;
$
(
'#noticeMergeTab'
).
show
();
}
...
...
Please
register
or
login
to post a comment