瀏覽代碼

点位关闭

lhh 6 月之前
父節點
當前提交
2d3d87f7d3
共有 1 個文件被更改,包括 1 次插入1 次删除
  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)