From 8f36a203bbee6c74c6531331a7cf00572120bfab Mon Sep 17 00:00:00 2001 From: web <candymxq888@outlook.com> Date: 星期日, 27 四月 2025 17:28:59 +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