src/api/userHouse/list/userHouseList.js
@@ -83,4 +83,28 @@ method: 'post', data: row }) } export const statisticalLabels = (current, size, params) => { return request({ url: '/api/blade-householdLabel/householdLabel/getRegionStatisticalLabels', method: 'get', params: { ...params, current, size, } }) } export const getCommunityStatisticalLabels = (current, size, params) => { return request({ url: '/api/blade-householdLabel/householdLabel/getCommunityStatisticalLabels', method: 'get', params: { ...params, current, size, } }) }