|
|
@@ -352,8 +352,8 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<!--编辑--> |
|
|
|
<div class="editor_block" @click="editnfdInfo"> |
|
|
|
<div class="editor_icon"></div> |
|
|
|
<div class="editor_block"> |
|
|
|
<div class="editor_icon" @click="editnfdInfo"></div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<!---农地--> |
|
|
@@ -431,8 +431,8 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<!--编辑--> |
|
|
|
<div class="editor_block" @click="editnfdInfo"> |
|
|
|
<div class="editor_icon"></div> |
|
|
|
<div class="editor_block"> |
|
|
|
<div class="editor_icon" @click="editnfdInfo"></div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
@@ -1075,12 +1075,12 @@ export default { |
|
|
|
//查看农地\农房 显隐 |
|
|
|
landHomesteadDetailsVisibile: false, |
|
|
|
|
|
|
|
windowHeight:0, |
|
|
|
windowHeight: 0, |
|
|
|
}; |
|
|
|
}, |
|
|
|
mounted() { |
|
|
|
this.initAxios(); |
|
|
|
let windowHeight = document.documentElement.clientHeight; |
|
|
|
let windowHeight = document.documentElement.clientHeight; |
|
|
|
this.windowHeight = windowHeight; |
|
|
|
}, |
|
|
|
methods: { |
|
|
@@ -1492,6 +1492,9 @@ export default { |
|
|
|
//农地上传图片附件 |
|
|
|
this.ndAddfileList = []; |
|
|
|
|
|
|
|
//隐藏下方绘制地图操作栏 |
|
|
|
this.searchBarOperVisbile = false; |
|
|
|
|
|
|
|
this.draw.drawMapPolygon = false; //绘制地图 |
|
|
|
}, |
|
|
|
initAxios() { |
|
|
@@ -1627,7 +1630,7 @@ export default { |
|
|
|
this.villageVisbile = false; |
|
|
|
let content = res.data; |
|
|
|
this.villageDataObj = content; |
|
|
|
console.log(content); |
|
|
|
this.initDraw(); |
|
|
|
$("#cun").trigger("change"); |
|
|
|
this.switchLoad(); |
|
|
|
}); |
|
|
|