Sign in
简柏林
/
thingskit-front
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
b12ddb6ccbcfd07c270a53d1e1202eaf73ced98d
Authored by
ww
2022-10-13 11:53:11 +0800
1 parent
e4a8319f
fix: camera manage change page size not reset page
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
src/views/camera/manage/SplitScreenMode.vue
src/views/camera/manage/SplitScreenMode.vue
View file @
b12ddb6
...
...
@@ -84,6 +84,7 @@
84
84
const handleSwitchLayoutWay = (pageSize: number, layout: number) => {
85
85
pagination.colNumber = layout;
86
86
pagination.pageSize = pageSize;
87
+
pagination.page = 1;
87
88
getCameraList();
88
89
};
89
90
...
...