From a8dd05927a7ca3b34f7729604744a24375f3549f Mon Sep 17 00:00:00 2001 From: web <candymxq888@outlook.com> Date: 星期四, 10 四月 2025 17:28:34 +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