From 9bb6d0b9d8078a0311d16a1faefef9c2330f4d29 Mon Sep 17 00:00:00 2001 From: web <candymxq888@outlook.com> Date: 星期五, 20 六月 2025 17:06:27 +0800 Subject: [PATCH] fix:修改项目配置 --- src/api/facility/point.js | 10 ++++++++-- 1 files changed, 8 insertions(+), 2 deletions(-) diff --git a/src/api/facility/point.js b/src/api/facility/point.js index ffc596c..c8eff1a 100644 --- a/src/api/facility/point.js +++ b/src/api/facility/point.js @@ -1,8 +1,8 @@ /* * @Author: elkers * @Date: 2024-08-09 14:29:49 - * @LastEditors: hqs elkers@163.com - * @LastEditTime: 2024-08-14 09:33:32 + * @LastEditors: web candymxq888@outlook.com + * @LastEditTime: 2025-06-20 14:01:16 * @FilePath: \water-qinghe-web\src\api\facility\point.js * @Description: 监控点api */ @@ -36,5 +36,11 @@ data }); }, + getParentPoint: () => { + return publicRequest({ + url: 'waterMonitoryPoint/getListTree', + method: 'get', + }) + } }; } -- Gitblit v1.9.3