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
7d728fda71e3e17af92301b0ede9203cd8bf117c
1 parent
f8cd4828
fix:采集协议页面接口调整
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
hg-monitor-web-base/src/main/resources/static/src/controller/protocolIndex.js
hg-monitor-web-base/src/main/resources/static/src/controller/protocolIndex.js
View file @
7d728fd
...
...
@@ -267,9 +267,9 @@ layui.define(['table', 'form', 'laydate', 'admin', 'layer', 'laytpl', 'common',
layer
.
close
(
indexm
);
//joke modify 20210303
layer
.
closeAll
(
'loading'
);
reloadTable
();
}.
catch
(
function
()
{
}
)
.
catch
(
function
()
{
layer
.
closeAll
(
'loading'
);
})
)
})
});
},
...
...
Please
register
or
login
to post a comment