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