修复森茂搜索中心进户

master
许宏杰 6 months ago
parent 8a40f973b8
commit a780e0c203

@ -114,12 +114,28 @@ export default {
},
lookBuild(item) {
this.open = false;
this.$store.commit("SET_CLICK_RESULT", {
id: item.houseId,
buildingId: item.buildingId,
name: item.housename,
keyId: item.houseId,
});
if (item.xiaoquId == 267) {
this.$store.commit("SET_BUILDING_WIDTH", {
id: item.houseId,
buildingId: item.buildingId,
deptId: item.deptId,
buildingWidth:
this.houseItem.buildingWidth > 0
? this.houseItem.buildingWidth
: window.innerWidth,
name: item.housename,
keyId: item.houseId,
sm: true,
});
} else {
this.$store.commit("SET_CLICK_RESULT", {
id: item.houseId,
buildingId: item.buildingId,
name: item.housename,
keyId: item.houseId,
});
}
this.$store.commit("CHANGE_QUERY", { buildingId: item.buildingId });
},
/**
@ -137,7 +153,7 @@ export default {
},
},
computed: {
...mapGetters(["name", "yjTotal", "dept"]),
...mapGetters(["name", "yjTotal", "dept", "houseItem"]),
handlerBtn() {
return (
this.$route.name == "xiaoqu" &&

@ -830,6 +830,11 @@ export default {
handleClose() {
this.show = false;
if (this.houseItem.sm) {
this.$store.commit("CHANGE_QUERY", {
buildingId: undefined,
}); //
}
this.$store.commit("SET_BUILDING_WIDTH", {});
},
async getPersonList() {

@ -1,7 +1,7 @@
<template>
<div class="info-container">
<div class="network-intro">
{{ netWorkintroduce.intro }}
{{ netWorkintroduce.intro || "暂无数据" }}
</div>
<div class="network-list">
<introduceTitle :isSlot="true">

@ -1610,34 +1610,6 @@
]
]
}
},
{
"type": "Feature",
"properties": {
"OBJECTID": 67,
"TextString": "349A",
"Shape_Leng": 33.363998072800001,
"Shape_Area": 69.411305218899997,
"楼号": "八号楼",
"层次": "4"
},
"geometry": {
"type": "MultiPolygon",
"coordinates": [
[
[
[121.090355515737073, 31.477738472880951],
[121.090277825446989, 31.477696265656288],
[121.090255460152406, 31.47772650119353],
[121.090233094220579, 31.47775673838364],
[121.090310781992628, 31.47779894730737],
[121.090333147908666, 31.477768710104225],
[121.090355515737073, 31.477738472880951]
]
]
]
}
}
]
}

Loading…
Cancel
Save