src/api/userHouse/list/userHouseList.js
@@ -70,3 +70,17 @@ } }) } export const saveOrUpdateHouseholdLabel = (row) => { return request({ url: '/api/blade-householdLabel/householdLabel/saveOrUpdateHouseholdLabel', method: 'post', data: row }) } export const removeHouseholdLabel = (row) => { return request({ url: '/api/blade-householdLabel/householdLabel/removeHouseholdLabel', method: 'post', data: row }) }