linwei
2024-01-10 f89867e71936474a1afd1994e49a3f55d937ec33
src/api/userHouse/list/userHouseList.js
@@ -83,4 +83,17 @@
    method: 'post',
    data: row
  })
}
export const statisticalLabels = (current, size, params) => {
  return request({
    url: '/api/blade-houseLabel/userHouseLabel/statisticalLabels',
    method: 'get',
    params: {
      ...params,
      current,
      size,
    }
  })
}