Quellcode durchsuchen

1. 设备监测列表数据顺序反转

hongrunxia vor 9 Monaten
Ursprung
Commit
ada8ba5a79

+ 1 - 1
src/views/vent/monitorManager/deviceMonitor/components/device/index.vue

@@ -653,7 +653,7 @@ async function getDataSource() {
                 tableData.push(el);
               }
             })
-            dataSource.value = tableData
+            dataSource.value = tableData.reverse()
           }
         } else {
           dataSource.value = []