web
2025-06-20 9bb6d0b9d8078a0311d16a1faefef9c2330f4d29
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',
         })
      }
   };
}