|
|
|
@ -18,7 +18,7 @@ |
|
|
|
|
|
|
|
<people v-if="orgLevel === 'people'" :uid="selUserId" /> |
|
|
|
|
|
|
|
<div v-show="orgLevel !== 'people'" class="g-cnt"> |
|
|
|
<div class="g-cnt"> |
|
|
|
<div class="m-map" @click="handleClickMapBox"> |
|
|
|
<grid-map |
|
|
|
ref="map" |
|
|
|
@ -207,9 +207,11 @@ |
|
|
|
@handleClose="handleClose" |
|
|
|
/> |
|
|
|
|
|
|
|
<!-- <people v-if="pageType==='watch-resi'" |
|
|
|
:uid="icResiUserId" |
|
|
|
ref="ref_people"></people> --> |
|
|
|
<people |
|
|
|
v-if="pageType === 'watch-resi'" |
|
|
|
:uid="icResiUserId" |
|
|
|
ref="ref_people" |
|
|
|
></people> |
|
|
|
</div> |
|
|
|
</template> |
|
|
|
|
|
|
|
@ -482,8 +484,11 @@ export default { |
|
|
|
}; |
|
|
|
} |
|
|
|
} else if (type == "watch-resi") { |
|
|
|
this.toSubAgency("people", info.icResiUserId); |
|
|
|
// this.toSubAgency("people", info.icResiUserId); |
|
|
|
this.icResiUserId = info.icResiUserId; |
|
|
|
this.$router.push({ |
|
|
|
path: `/main-shuju/visual-basicinfo-people/${info.icResiUserId}`, |
|
|
|
}); |
|
|
|
// 查看居民详情 |
|
|
|
} else if (type == "watch-event") { |
|
|
|
// 查看事件 |
|
|
|
@ -550,7 +555,7 @@ export default { |
|
|
|
this.categoryKeys2 = [obj.categoryKey]; |
|
|
|
this.placeType2 = obj.placeType; |
|
|
|
this.categoryNames2 = [obj.categoryName]; |
|
|
|
console.log(obj) |
|
|
|
console.log(obj); |
|
|
|
}, |
|
|
|
|
|
|
|
handleChangeMenu(list) { |
|
|
|
|