@ -211,9 +211,10 @@ export default {
async loadHouseInfo () {
const url = "/gov/org/ichouse/" + this.houseId
const url = "/actual/base/communityHouse/getHouseDeatilById/" + this.houseId
let params = {}
const { data, code, msg } = await requestGet(url)
const { data, code, msg } = await requestPost(url, params)
if (code === 0) {
// debugger
@ -271,7 +271,8 @@ export default {