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
bec9a4d36472902c37bf30290bfc4af125ef0d39
1 parent
e5804fc4
fix:巡检结果通知人无法分页导致一页展示10条数据,无法选择其他用户
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/userlist.js
hg-monitor-web-base/src/main/resources/static/src/controller/userlist.js
View file @
bec9a4d
...
...
@@ -97,7 +97,7 @@ layui.define(['table', 'layer', 'laytpl', 'common', 'sessions', 'admin'], functi
nickname
:
$
(
'#userlist-condition-nickname'
).
val
()
}
,
cols
:
tableCols
,
limit
:
30
0
,
limit
:
2
0
,
limits
:
[
300
,
600
,
900
]
,
page
:
{
layout
:
[
'count'
,
'prev'
,
'page'
,
'next'
,
'limit'
,
'skip'
],
...
...
Please
register
or
login
to post a comment