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
王涛
3 years ago
Commit
28fb38e117a0ae359bb5a610c7804cca0f38f221
2 parents
eb2ec43d
4cfac613
Merge branch 'master-v32-xwx' into 'master'
告警模板配置资源弹框重复弹出 See merge request
!771
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 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 @
28fb38e
...
...
@@ -157,8 +157,8 @@ layui.define(['table', 'form', 'admin', 'layer', 'common', 'reslist', 'sessions'
view
(
'commonViewModel'
).
render
(
"template/res/reslist"
).
then
(
function
(
res
)
{
layer
.
open
({
type
:
1
,
id
:(
new
Date
()).
getTime
(),
area
:
[
'80%'
,
'90%'
],
id
:
'alarmtemplateRes'
,
area
:
[
'80%'
,
'81%'
],
resize
:
false
,
shadeClose
:
true
,
content
:
laytpl
(
res
.
body
).
render
(
JSON
.
stringify
({
oldData
:
oldResIdList
})),
...
...
Please
register
or
login
to post a comment