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
fd126dfdb643785b4a3bb71f35f2353a76ce5ca6
Authored by
ww
2023-04-06 18:30:10 +0800
1 parent
8c24b550
fix: DEFECT-1100修复筛选产品时未重置当前分页
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/device/profiles/CardMode.vue
src/views/device/profiles/CardMode.vue
View file @
fd126df
...
...
@@ -53,7 +53,7 @@
53
53
baseColProps: { span: 8 },
54
54
schemas: searchFormSchema,
55
55
submitFunc: async () => {
56
-
getDataSource();
56
+
getDataSource(
{ pageSize: pagination.pageSize, page: 1 }
);
57
57
},
58
58
});
59
59
...
...