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
zhichao
2 years ago
Commit
b2d851ea4b076d51e7e350bcf501ee0e9c37bf0a
1 parent
b46588ce
fix:网络视图资源配置新增的数据不能删除
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
hg-monitor-web-base/src/main/resources/static/src/controller/resdescribe.js
hg-monitor-web-base/src/main/resources/static/src/controller/resdescribe.js
View file @
b2d851e
...
...
@@ -108,9 +108,8 @@ layui.define(['table', 'form', 'sessions', 'common', 'admin'], function (exports
btn
:
[
'确定'
,
'取消'
]
//按钮
},
function
()
{
admin
.
req
({
url
:
domainName
+
'/api-web/bResourceKpiDescribe/delete'
,
type
:
'delete'
,
data
:
{
ids
:
id
}
url
:
domainName
+
'/api-web/bResourceKpiDescribe/delete?ids='
+
id
,
type
:
'delete'
}).
done
(
function
(
res
)
{
layer
.
msg
(
'删除成功'
,
{
offset
:
'15px'
,
...
...
Please
register
or
login
to post a comment