瀏覽代碼

找图找数前端

liutao 2 月之前
父節點
當前提交
7ebf098ae5
共有 1 個文件被更改,包括 7 次插入0 次删除
  1. 7 0
      web_ui/src/views/znzt-land/AiZtzsDetail.vue

+ 7 - 0
web_ui/src/views/znzt-land/AiZtzsDetail.vue

@@ -1386,6 +1386,13 @@ export default {
         this.switchMapLayer(yjjbntLayer);
       }
     },
+    closeYjjbnt () {
+      let yjjbntLayer =  this.layers[5].layers[0];
+      if(yjjbntLayer.checked) {
+        yjjbntLayer.checked = false;
+        this.switchMapLayer(yjjbntLayer);
+      }
+    },
     //所有地块仿百度地图绘制
     showXgdkCenterPoint() {
       if (this.dkMarkerLayer) {