From d06f7ad0231d5fb029ab8520bf442590d3bab20b Mon Sep 17 00:00:00 2001 From: guonan <guonan201020@163.com> Date: 星期三, 16 七月 2025 15:29:13 +0800 Subject: [PATCH] 完善监测设备弹窗 --- src/api/hpApi.js | 12 +++++++++++- 1 files changed, 11 insertions(+), 1 deletions(-) diff --git a/src/api/hpApi.js b/src/api/hpApi.js index c085429..9c220ff 100644 --- a/src/api/hpApi.js +++ b/src/api/hpApi.js @@ -247,7 +247,7 @@ return response.data; } -// 鏌ヨ瀛欒儭娌熼伩闄╁満鎵� +// 鏌ヨ鍖椾含甯傞伩闄╁満鎵� export async function getSafePoint(data) { const response = await axios.get("/hp/safeHavenLocation/getDataSelect", { params: { @@ -286,4 +286,14 @@ } }); return response.data; +} + +// 鐩戞祴璁惧涓叧鑱旂殑闅愭偅鐐圭殑鍏蜂綋淇℃伅 +export async function hdByDevice(data) { + const response = await axios.get("/hp/sinoDzHiddenDangerPoint/getDetail", { + params: { + unifiedCode: data + } + }); + return response.data; } \ No newline at end of file -- Gitblit v1.9.3