diff --git a/src/views/homestead/index.vue b/src/views/homestead/index.vue
index 3a9145de..723c4390 100644
--- a/src/views/homestead/index.vue
+++ b/src/views/homestead/index.vue
@@ -352,8 +352,8 @@
-
@@ -431,8 +431,8 @@
-
@@ -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();
});