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, } }) }