From 610b299ed7c64b48ede23c2a7553c5b90988efa5 Mon Sep 17 00:00:00 2001 From: web <candymxq888@outlook.com> Date: 星期二, 18 三月 2025 16:01:47 +0800 Subject: [PATCH] fix:修改后台接口问题 --- src/api/facility/parameter.js | 6 ------ 1 files changed, 0 insertions(+), 6 deletions(-) diff --git a/src/api/facility/parameter.js b/src/api/facility/parameter.js index f587ec9..0bae0e4 100644 --- a/src/api/facility/parameter.js +++ b/src/api/facility/parameter.js @@ -39,12 +39,6 @@ data, }); }, - get: (id) => { - return publicRequest({ - url: `/waterFacilityParameter/get?id=${id}`, - method: 'get', - }); - }, getParam: (id) => { return publicRequest({ url: `waterFacilityParameter/getListByFacilityId?facilityId=${id}`, -- Gitblit v1.9.3