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
xwx
2021-12-16 00:56:41 +0800
Commit
4431a77b2f793e63ee111eb0e51b5a279eaf0fb5
2 parents
e717b0fe
a2be69d7
Merge branch 'master' of
http://113.200.75.45:82/monitor_v3/hg-monitor-web
into master-v32-xwx
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
hg-monitor-web-base/src/main/resources/static/vue3/src/components/common/table-page/index.js
hg-monitor-web-base/src/main/resources/static/vue3/src/components/common/table-page/index.js
View file @
4431a77
...
...
@@ -130,6 +130,9 @@ export default {
// 每页展示多少条
let
handleSizeChange
=
(
val
)
=>
{
// Start Wang 2021/12/15 23:46 切换页码重置初始页
currentPage
.
value
=
1
// End Wang 2021/12/15 23:46 切换页码重置初始页
// console.log(`每页 ${val} 条`)
//props.pageSize = val;
pageSize
.
value
=
val
;
...
...
Please
register
or
login
to post a comment