Explorar el Código

找图找数前端

liutao hace 2 meses
padre
commit
7ebf098ae5
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  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) {