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
鲁尚清
2022-04-20 17:28:05 +0800
Commit
0d7a5170b59251b98195107b48ae1641699becc0
1 parent
14f394a3
日志视图列表页分页跳转刷新列表 #8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
hg-monitor-web-base/src/main/resources/static/vue3/src/views/esData/index.html
hg-monitor-web-base/src/main/resources/static/vue3/src/views/esData/index.js
hg-monitor-web-base/src/main/resources/static/vue3/src/views/esData/index.html
View file @
0d7a517
...
...
@@ -46,7 +46,7 @@
:showSelection=
"false"
:showBorder=
"true"
:loading=
"false"
:pageSize=
"pageSize"
:pageSize=
"
search.
pageSize"
:showPage=
"true"
:showTools=
"true"
:height=
"height - 110"
>
...
...
hg-monitor-web-base/src/main/resources/static/vue3/src/views/esData/index.js
View file @
0d7a517
...
...
@@ -166,6 +166,7 @@ export default {
let
loaddata
=
({
page
,
limit
})
=>
{
search
.
value
.
pageNum
=
page
;
search
.
value
.
pageSize
=
limit
;
getDataList
();
}
let
hideDialog
=
(
flg
)
=>
{
...
...
Please
register
or
login
to post a comment