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
张凯
2 years ago
Commit
44a9f0e875a23a733c969be0a252e58ee35f0540
1 parent
846361f6
fix:告警订阅删除失败问题处理
Hide 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/alarmsubscribeIndex.js
hg-monitor-web-base/src/main/resources/static/src/controller/alarmsubscribeIndex.js
View file @
44a9f0e
...
...
@@ -1105,9 +1105,8 @@ layui.define(['table', 'form', 'admin', 'layer', 'common', 'sessions'], function
btn
:
[
'确定'
,
'取消'
]
//按钮
},
function
()
{
admin
.
req
({
url
:
common
.
domainName
+
'/api-web/alarmsubscribe/delete
'
url
:
common
.
domainName
+
'/api-web/alarmsubscribe/delete
?ids='
+
id
,
type
:
"delete"
,
data
:
{
ids
:
id
}
}).
done
(
function
(
res
)
{
layer
.
msg
(
'删除成功'
,
{
offset
:
'15px'
...
...
Please
register
or
login
to post a comment