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
571b5b7732807e4996bc5f38582dbc0138f6d6b9
Authored by
fengtao
2024-08-01 17:55:28 +0800
1 parent
23a09e28
fix: 云端环境中,边缘实例排序没有按照时间进行排序,混乱的
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
src/views/edge/instance/components/CardMode/index.vue
src/views/edge/instance/components/CardMode/index.vue
View file @
571b5b7
...
...
@@ -43,6 +43,8 @@
43
43
page: page === 1 ? 0 : page,
44
44
pageSize,
45
45
textSearch,
46
+
sortProperty: 'createdTime',
47
+
sortOrder: 'DESC',
46
48
});
47
49
return {
48
50
total: res?.totalElements,
...
...