src/api/screen/shebei/index.js
@@ -12,6 +12,17 @@ } /** * 获取水温所有设备 */ export const getTempShebeiList = (params) => { return publicRequest({ url: 'waterTemperature/getFacilityAll', method: 'get', params }) } /** * 获取流量设备菜单 */ export const getFlowMenu = () => { @@ -19,4 +30,15 @@ url: 'waterFlow/getFacilityList', method: 'get', }) } /** * 获取流量所有设备 */ export const getFlowShebeiList = (params) => { return publicRequest({ url: 'waterFlow/getFacilityAll', method: 'get', params }) }