guanqb
2024-02-22 ab701df859cd79ae036f8cc86268137d2c8da8ee
src/api/userHouse/list/userHouseList.js
@@ -88,7 +88,18 @@
export const statisticalLabels = (current, size, params) => {
  return request({
    url: '/api/blade-householdLabel/householdLabel/statisticalLabels',
    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,