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
王涛
2022-02-21 15:37:49 +0800
Commit
0db5baf002258f265a071c9147f3d74ced495459
2 parents
f3f8d3ba
bd9adf08
Merge branch 'master-V32-LH' into 'master'
巡检任务删除失败提示 See merge request
!390
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/inspectionTaskIndex.js
hg-monitor-web-base/src/main/resources/static/src/controller/inspectionTaskIndex.js
View file @
0db5baf
...
...
@@ -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