From e7bef8f799b0cefd5ea1817d578cc868cbfea1f4 Mon Sep 17 00:00:00 2001
From: web <candymxq888@outlook.com>
Date: 星期五, 11 四月 2025 10:48:16 +0800
Subject: [PATCH] fix:修改水温实时监测界面,对接数据

---
 src/api/screen/shebei/index.js |   22 ++++++++++++++++++++++
 1 files changed, 22 insertions(+), 0 deletions(-)

diff --git a/src/api/screen/shebei/index.js b/src/api/screen/shebei/index.js
index 2bff914..0487766 100644
--- a/src/api/screen/shebei/index.js
+++ b/src/api/screen/shebei/index.js
@@ -12,6 +12,17 @@
 }
 
 /**
+ * 获取水温所有设备
+ */
+export const getTempShebeiList = (params) => {
+    return publicRequest({
+        url: 'waterTemperature/getFacilityAll',
+        method: 'get',
+        params
+    })
+}
+
+/**
  * 获取流量设备菜单
  */
 export const getFlowMenu = () => {
@@ -19,4 +30,15 @@
         url: 'waterFlow/getFacilityList',
         method: 'get',
     })
+}
+
+/**
+ * 获取流量所有设备
+ */
+export const getFlowShebeiList = (params) => {
+    return publicRequest({
+        url: 'waterFlow/getFacilityAll',
+        method: 'get',
+        params
+    })
 }
\ No newline at end of file

--
Gitblit v1.9.3