From cf4ed06dea0076e518319de24c5120bb3fe0dae9 Mon Sep 17 00:00:00 2001
From: guonan <guonan201020@163.com>
Date: 星期五, 06 六月 2025 14:41:25 +0800
Subject: [PATCH] 提交

---
 src/components/tools/LayerTree.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/components/tools/LayerTree.vue b/src/components/tools/LayerTree.vue
index f572dd8..5e4e75f 100644
--- a/src/components/tools/LayerTree.vue
+++ b/src/components/tools/LayerTree.vue
@@ -28,7 +28,7 @@
 import { loadAreaPolygon, clearAreaPolygon } from "@/utils/area";
 import { checkedKeys } from "@/store/index";
 import { getDuanMainData, getDistrictListData } from "@/api/index.js";
-import { getDeviceInfo, getDangerPoint } from "@/api/hpApi";
+import { getDeviceInfoShg, getDangerPoint } from "@/api/hpApi";
 
 import { useSimStore } from "@/store/simulation";
 
@@ -254,7 +254,7 @@
 
 // 鐩戞祴璁惧鍒楄〃
 const getDevicetList = async () => {
-  const res = await getDeviceInfo(); // 璋冩暣getDeviceInfo浠ユ帴鍙楀姩鎬佸弬鏁帮紝濡傛灉闇�瑕佺殑璇�
+  const res = await getDeviceInfoShg(); // 璋冩暣getDeviceInfoShg浠ユ帴鍙楀姩鎬佸弬鏁帮紝濡傛灉闇�瑕佺殑璇�
   devicetList.value = res.data.pageData.filter((item) =>
     item.deviceName?.includes("瀛欒儭娌�")
   );

--
Gitblit v1.9.3