From de1de0e73bd260cb1babe7b15c9e943a381009de Mon Sep 17 00:00:00 2001
From: web <candymxq888@outlook.com>
Date: 星期五, 21 三月 2025 17:22:26 +0800
Subject: [PATCH] feat:增加温度系统界面

---
 src/api/facility/point.js |   19 -------------------
 1 files changed, 0 insertions(+), 19 deletions(-)

diff --git a/src/api/facility/point.js b/src/api/facility/point.js
index 72128db..ffc596c 100644
--- a/src/api/facility/point.js
+++ b/src/api/facility/point.js
@@ -29,29 +29,10 @@
 				method: 'post'
 			});
 		},
-        stop: (id) => {
-			return publicRequest({
-				url: `/waterMonitoryPoint/stop?id=${id}`,
-				method: 'post'
-			});
-		},
-        enable: (id) => {
-			return publicRequest({
-				url: `/waterMonitoryPoint/enable?id=${id}`,
-				method: 'post'
-			});
-		},
         search: (data) => {
 			return publicRequest({
 				url: '/waterMonitoryPoint/search',
 				method: 'post',
-				data
-			});
-		},
-        getList: (data) => {
-			return publicRequest({
-				url: `/waterMonitoryPoint/getList`,
-				method: 'get',
 				data
 			});
 		},

--
Gitblit v1.9.3