src/api/facility/index.js
@@ -30,31 +30,10 @@ data, }); }, stop: (data) => { return publicRequest({ url: `/waterFacility/stop?id=${data}`, method: 'post', data, }); }, enable: (data) => { return publicRequest({ url: `/waterFacility/enable?id=${data}`, method: 'post', data, }); }, search: (data) => { return publicRequest({ url: '/waterFacility/search', method: 'post', data, }); }, getList: (data) => { return publicRequest({ url: `/waterFacility/getList`, method: 'get', data, }); },