From 01b9e7244825cac11146e3961cafa6525dad56f1 Mon Sep 17 00:00:00 2001
From: web <candymxq888@outlook.com>
Date: 星期五, 25 四月 2025 17:24:33 +0800
Subject: [PATCH] fix:水温监控添加定时器

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

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

--
Gitblit v1.9.3