From b23bc4d88ed6215fdda94dc94a15dd62e9f4a5cc Mon Sep 17 00:00:00 2001
From: guonan <guonan201020@163.com>
Date: 星期四, 12 六月 2025 11:59:10 +0800
Subject: [PATCH] 北京市隐患点和监测设备修改

---
 src/views/left/KGSimOption/RealTimeSimulation.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/left/KGSimOption/RealTimeSimulation.vue b/src/views/left/KGSimOption/RealTimeSimulation.vue
index 0b34776..d79704c 100644
--- a/src/views/left/KGSimOption/RealTimeSimulation.vue
+++ b/src/views/left/KGSimOption/RealTimeSimulation.vue
@@ -78,7 +78,7 @@
 import { initeWaterPrimitiveView } from "@/utils/water";
 import { SimAPIStore } from "@/store/simAPI";
 import { EventBus } from "@/eventBus"; // 寮曞叆浜嬩欢鎬荤嚎
-import { getDeviceInfoShg, getYLJData } from "@/api/hpApi";
+import { getDeviceInfo, getYLJData } from "@/api/hpApi";
 
 // 鑾峰彇 Store 瀹炰緥
 const simStore = SimAPIStore();
@@ -117,7 +117,7 @@
 const getRainListAll = () => {
   // 闆ㄩ噺璁$被鍨媔d
   const ids = "1874719366287368194";
-  getDeviceInfoShg(ids).then((res) => {
+  getDeviceInfo(ids, "110116110000").then((res) => {
     rainListNoFilter.value = res.data.pageData;
     // 鏍规嵁褰撳墠閫夋嫨鐨勫尯鍩熻嚜鍔ㄨ繃婊�
     updateShgListByArea();

--
Gitblit v1.9.3