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