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
745c8b4d318b394fe7dd78f6fa6fbf330194140f
Authored by
fengtao
2024-08-02 15:15:28 +0800
1 parent
4f205c40
fix: 云端环境中,边缘实例的边缘设备分页与边缘端不同,没有按照时间先后进行分页
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
src/views/edge/instance/components/EdgeDevice/index.vue
src/views/edge/instance/components/EdgeDevice/index.vue
View file @
745c8b4
...
...
@@ -50,6 +50,8 @@
50
50
page: page - 1 < 0 ? 0 : page - 1,
51
51
pageSize,
52
52
textSearch,
53
+
sortProperty: 'createdTime',
54
+
sortOrder: 'DESC',
53
55
},
54
56
edgeId.value as string
55
57
);
...
...