src/api/facility/index.js @@ -37,5 +37,13 @@ data, }); }, get: (params) => { return publicRequest({ url: '/waterFacility/get', method: 'get', params }); }, }; }