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
b58a138e2f45c5d7cbefbf1323cccd0e3b8365a0
1 parent
b184f2f0
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/alarmpolicyIndex.js
hg-monitor-web-base/src/main/resources/static/src/controller/alarmpolicyIndex.js
View file @
b58a138
...
...
@@ -369,9 +369,8 @@ layui.define(['table', 'form', 'admin', 'layer', 'common','sessions','xmSelect',
btn
:
[
'确定'
,
'取消'
]
//按钮
},
function
()
{
admin
.
req
({
url
:
common
.
domainName
+
'/api-web/alarmPolicy/delete
'
url
:
common
.
domainName
+
'/api-web/alarmPolicy/delete
?ids='
+
id
,
type
:
"delete"
,
data
:{
ids
:
id
}
}).
done
(
function
(
res
)
{
if
(
res
.
success
){
layer
.
msg
(
'删除成功'
,
{
...
...
Please
register
or
login
to post a comment