Browse Source

点位关闭

lhh 1 month ago
parent
commit
2d3d87f7d3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/IOTDataAnalysis/components/IOTLIstDialog.vue

+ 1 - 1
src/views/IOTDataAnalysis/components/IOTLIstDialog.vue

@@ -36,7 +36,7 @@ let treeDataTabSecond = ref([]);
 const getListTree = () => {
   QueryIotListTree().then((res) => {
     if (res?.data?.code == "200") {
-      treeDataTabSecond.value = [res?.data];
+      treeDataTabSecond.value = [res?.data?.data];
     }
   }).catch(error => {
     console.log(error)