shuishen
2023-12-15 f0e42f85846f06065f1e63a6ee9cac0b4d87cbb6
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
  })
}