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