From 5fd7f8f7ba92780def48db638f7eaed684403b6a Mon Sep 17 00:00:00 2001 From: wangjuncheng <1> Date: 星期五, 20 六月 2025 17:12:44 +0800 Subject: [PATCH] Merge branch 'master' of http://103.135.160.14:9034/r/NslWeb --- src/views/left/KGSimOption/RealTimeSimulation.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/left/KGSimOption/RealTimeSimulation.vue b/src/views/left/KGSimOption/RealTimeSimulation.vue index 782b60f..3ca2832 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 { getDeviceInfo, getYLJData } from "@/api/hpApi"; +import { getDeviceInfoSHG, getYLJData } from "@/api/hpApi"; // 鑾峰彇 Store 瀹炰緥 const simStore = SimAPIStore(); @@ -116,8 +116,8 @@ // 鑾峰彇鎵�鏈夐洦閲忚鏁版嵁锛堟潵鑷帴鍙o級 const getRainListAll = () => { // 闆ㄩ噺璁$被鍨媔d - const ids = "1437295810"; - getDeviceInfo(ids, "110116110000").then((res) => { + const ids = "1917487171642212354"; + getDeviceInfoSHG(ids).then((res) => { rainListNoFilter.value = res.data.pageData; // 鏍规嵁褰撳墠閫夋嫨鐨勫尯鍩熻嚜鍔ㄨ繃婊� updateShgListByArea(); -- Gitblit v1.9.3