浏览代码

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

hongrunxia 11 月之前
父节点
当前提交
ada8ba5a79
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/vent/monitorManager/deviceMonitor/components/device/index.vue

+ 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 = []