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
王涛
2021-11-10 10:00:56 +0800
Commit
87ce0796450adc64df327dd8bf3c779aa9d8b721
2 parents
b1b61c4d
a6a2599c
Merge branch 'master-v32-xwx' into 'master'
杭州-告警模板-配置策略弹窗框bug修改 See merge request
!42
Hide 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/alarmtemplateIndex.js
hg-monitor-web-base/src/main/resources/static/src/controller/alarmtemplateIndex.js
View file @
87ce079
...
...
@@ -71,7 +71,7 @@ layui.define(['table', 'form', 'admin', 'layer', 'common','reslist','sessions','
resize
:
false
,
content
:
laytpl
(
res
.
body
).
render
(
JSON
.
stringify
(
params
)),
btn
:
[
"选择"
,
"取消"
],
id
:
'
layui-layer11
'
,
//设定一个id,防止重复弹出
id
:
'
alarm_template_Table_tactics
'
,
//设定一个id,防止重复弹出
success
:
function
(
index
,
layero
)
{
},
...
...
Please
register
or
login
to post a comment