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
a103f85482bbf2a48a98eb1ddaa4628dbb7a3596
2 parents
557f9873
c6cf5e1c
Merge branch 'master-v32-xwx' into 'master'
告警模板配置策略成功不刷新 See merge request
!857
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 @
a103f85
...
...
@@ -91,12 +91,12 @@ layui.define(['table', 'form', 'admin', 'layer', 'common', 'reslist', 'sessions'
admin
.
req
({
url
:
domainName
+
'/api-web/alarmtemplate/config/policy'
,
type
:
'post'
,
async
:
false
,
data
:
{
tempIds
:
tempIds
.
toString
(),
policyIds
:
policyIds
.
toString
()}
,
done
:
function
(
res
)
{
if
(
res
.
success
)
{
layer
.
msg
(
res
.
msg
,
{
offset
:
'15px'
,
icon
:
1
,
time
:
1000
},
function
()
{
layer
.
closeAll
();
reloadalarmtemplateTable
();
});
}
else
{
layer
.
msg
(
res
.
msg
,
{
offset
:
'15px'
,
icon
:
7
,
time
:
1000
});
...
...
Please
register
or
login
to post a comment