From 98a835cc45adbe5ef8ee3cca5ad478f7df673b80 Mon Sep 17 00:00:00 2001 From: Liuyi <candymxq888@outlook.com> Date: 星期三, 27 十一月 2024 17:20:33 +0800 Subject: [PATCH] 添加设备管理列表 --- api/index.js | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/api/index.js b/api/index.js index cf1fa2f..98c0fce 100644 --- a/api/index.js +++ b/api/index.js @@ -160,6 +160,14 @@ export function getWaterConsumptionApi(data){ return request(`/homePage/getWaterConsumption`,data,'POST') } +//获取区域数据 +export function getParentAreaApi(){ + return request(`/waterArea/getParentArea`,{},'GET') +} +//获取设备列表 +export function searchWaterFacilityApi(data){ + return request(`/waterFacility/search`,data,'POST') +} -- Gitblit v1.9.3