shaun-sheep 5 năm trước cách đây
mục cha
commit
f1e29c5aeb

+ 1 - 1
src/components/data_admin/buildTask/detail/deviceDetail.vue

@@ -167,7 +167,7 @@
                 content: '确认信息',
                 title: '已确认的设备信息'
             })
-            this.arr = arr.map(i => ({...i})).sort((a, b) => a.time - b.time)
+            this.arr = arr.map(i => ({...i})).sort((a, b) => b.time - a.time)
         },
         computed: {
             ...mapGetters("layout", ["projectId"]),