forked from drone/command-center-dashboard

chenyao
2025-04-12 80790ccc8b8ee6ac8db201f0f6c2d136fefd5a69
src/views/Home/HomeLeft/MachineNestList.vue
@@ -71,7 +71,6 @@
      if (res.data.code !== 0) return
      tableList.value = res.data.data.records
      pageParams.value.total = res.data.data.total
      console.log('标题', tableList.value)
   })
}