瀏覽代碼

优化

wulanhaote
liuminjian 3 年之前
父節點
當前提交
b6238cd359
共有 1 個文件被更改,包括 10 次插入7 次删除
  1. +10
    -7
      src/views/homestead/index.vue

+ 10
- 7
src/views/homestead/index.vue 查看文件

@@ -352,8 +352,8 @@
</div> </div>
</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> </div>
<!---农地--> <!---农地-->
@@ -431,8 +431,8 @@
</div> </div>
</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> </div>
</div> </div>
@@ -1075,12 +1075,12 @@ export default {
//查看农地\农房 显隐 //查看农地\农房 显隐
landHomesteadDetailsVisibile: false, landHomesteadDetailsVisibile: false,


windowHeight:0,
windowHeight: 0,
}; };
}, },
mounted() { mounted() {
this.initAxios(); this.initAxios();
let windowHeight = document.documentElement.clientHeight;
let windowHeight = document.documentElement.clientHeight;
this.windowHeight = windowHeight; this.windowHeight = windowHeight;
}, },
methods: { methods: {
@@ -1492,6 +1492,9 @@ export default {
//农地上传图片附件 //农地上传图片附件
this.ndAddfileList = []; this.ndAddfileList = [];


//隐藏下方绘制地图操作栏
this.searchBarOperVisbile = false;

this.draw.drawMapPolygon = false; //绘制地图 this.draw.drawMapPolygon = false; //绘制地图
}, },
initAxios() { initAxios() {
@@ -1627,7 +1630,7 @@ export default {
this.villageVisbile = false; this.villageVisbile = false;
let content = res.data; let content = res.data;
this.villageDataObj = content; this.villageDataObj = content;
console.log(content);
this.initDraw();
$("#cun").trigger("change"); $("#cun").trigger("change");
this.switchLoad(); this.switchLoad();
}); });


Loading…
取消
儲存