src/api/userHouse/list/userHouseList.js
@@ -84,3 +84,16 @@ data: row }) } export const statisticalLabels = (current, size, params) => { return request({ url: '/api/blade-houseLabel/userHouseLabel/statisticalLabels', method: 'get', params: { ...params, current, size, } }) }