shuishen
2023-12-15 f0e42f85846f06065f1e63a6ee9cac0b4d87cbb6
src/api/userHouse/list/houseHold.js
@@ -59,6 +59,15 @@
    }
  })
}
export const getDetatils = (id) => {
  return request({
    url: '/api/blade-household/household/getDetail',
    method: 'get',
    params: {
      id
    }
  })
}
export const saveOrUpdateHouseLabel = (ids, type) => {
  return request({
@@ -69,4 +78,4 @@
      type
    }
  })
}
}