|
|
@@ -952,6 +952,7 @@ import { |
|
|
|
getLand, |
|
|
|
getHouse, |
|
|
|
currentLocation, |
|
|
|
coordinatesUpdateGeo, |
|
|
|
} from "@/api/homestead/index"; |
|
|
|
|
|
|
|
export default { |
|
|
@@ -976,6 +977,9 @@ export default { |
|
|
|
value: "value", |
|
|
|
children: "children", |
|
|
|
}, |
|
|
|
tGeoOrganization:{ |
|
|
|
orgCode: "" |
|
|
|
}, |
|
|
|
// 待租列表显示 |
|
|
|
ishcBotton: false, |
|
|
|
// 待租列表 类型 0 农房 1 农地 |
|
|
@@ -1409,6 +1413,10 @@ export default { |
|
|
|
// } |
|
|
|
// }) |
|
|
|
this.switchLoad(); |
|
|
|
this.tGeoOrganization.orgCode = houseInfoList.orgCode; |
|
|
|
coordinatesUpdateGeo(this.tGeoOrganization).then((res) => { |
|
|
|
|
|
|
|
}); |
|
|
|
} |
|
|
|
}); |
|
|
|
}) |
|
|
@@ -1523,6 +1531,10 @@ export default { |
|
|
|
// } |
|
|
|
//列表更新 |
|
|
|
this.switchLoad(); |
|
|
|
this.tGeoOrganization.orgCode = landInfoList.orgCode; |
|
|
|
coordinatesUpdateGeo(this.tGeoOrganization).then((res) => { |
|
|
|
|
|
|
|
}); |
|
|
|
} |
|
|
|
}); |
|
|
|
}) |
|
|
|