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
‘superliu’
2022-02-21 11:59:03 +0800
Commit
bd9adf08b77ba66c2c8a468458a06e52361ed492
1 parent
8b9bbf42
巡检任务删除失败提示
Show 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/inspectionTaskIndex.js
hg-monitor-web-base/src/main/resources/static/src/controller/inspectionTaskIndex.js
View file @
bd9adf0
...
...
@@ -762,7 +762,7 @@ layui.define(['table', 'form', 'laydate', 'admin', 'layer', 'laytpl', 'common',
});
reloadTable
();
}
else
{
layer
.
msg
(
response
.
msg
,
{
layer
.
msg
(
"删除失败"
,
{
offset
:
'15px'
,
icon
:
2
,
timeout
:
5000
...
...
Please
register
or
login
to post a comment