From e8acf56b807be105702321a0be2119963fa69e03 Mon Sep 17 00:00:00 2001
From: web <candymxq888@outlook.com>
Date: 星期四, 24 四月 2025 17:27:10 +0800
Subject: [PATCH] fix:修改水温监控参数

---
 src/api/facility/parameter.js |    8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)

diff --git a/src/api/facility/parameter.js b/src/api/facility/parameter.js
index f587ec9..1982161 100644
--- a/src/api/facility/parameter.js
+++ b/src/api/facility/parameter.js
@@ -9,7 +9,7 @@
 
 import { publicRequest } from '@/utils/request.js'
 
-//公司配置信息
+//配置信息
 export default function waterFacilityParameter() {
 	return {
 		create: (data) => {
@@ -37,12 +37,6 @@
 				url: '/waterFacilityParameter/search',
 				method: 'post',
 				data,
-			});
-		},
-		get: (id) => {
-			return publicRequest({
-				url: `/waterFacilityParameter/get?id=${id}`,
-				method: 'get',
 			});
 		},
 		getParam: (id) => {

--
Gitblit v1.9.3