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