From b6238cd359e17427b1847f3cdf7e30301dbcf479 Mon Sep 17 00:00:00 2001 From: liuminjian Date: Mon, 2 Aug 2021 13:46:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/homestead/index.vue | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) 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(); });