src/api/facility/point.js
@@ -36,6 +36,12 @@ data }); }, get: (id) => { return publicRequest({ url: `/waterMonitoryPoint/get?id=${id}`, method: 'get', }); }, getParentPoint: () => { return publicRequest({ url: 'waterMonitoryPoint/getListTree',