| | |
| | | } |
| | | |
| | | //获取社区概况数据统计 (数据驾驶舱) |
| | | export const getHouseStatistics =(param)=>{ |
| | | export const getHouseStatistics = (param) => { |
| | | return http.request({ |
| | | url: 'blade-house/house/getHouseStatistics', |
| | | method: 'GET', |
| | |
| | | } |
| | | |
| | | //获取社区概况数据统计 (数据驾驶舱) |
| | | export const getHouseLabelStatistic =(param)=>{ |
| | | export const getHouseLabelStatistic = (param) => { |
| | | return http.request({ |
| | | url: 'blade-house/house/getHouseLabelStatistic', |
| | | method: 'GET', |
| | |
| | | params: params |
| | | }) |
| | | } |
| | | |
| | | // 获取网格(数据驾驶舱) |
| | | export const getGridList = (params) => { |
| | | return http.request({ |
| | | url: 'blade-grid/grid/getGridList', |
| | | method: 'GET', |
| | | params: params |
| | | }) |
| | | } |