Ver código fonte

优化地图

wulanhaote
hbao 3 anos atrás
pai
commit
fad8f07cdf
2 arquivos alterados com 5 adições e 1 exclusões
  1. +1
    -0
      src/components/Map/MapGisDrawing.vue
  2. +4
    -1
      src/views/homesteadSurvey/add.vue

+ 1
- 0
src/components/Map/MapGisDrawing.vue Ver arquivo

@@ -57,6 +57,7 @@ export default {
}, },
//地图查看 //地图查看
drawingPaceCountryDarw() { drawingPaceCountryDarw() {
console.log(this.message);
//加载地图编辑 //加载地图编辑
var that = this; var that = this;
var map; var map;


+ 4
- 1
src/views/homesteadSurvey/add.vue Ver arquivo

@@ -3606,6 +3606,7 @@
}) })
} }
this.showzrz = true; this.showzrz = true;
this.active = 3;
this.mapClickLoading(); this.mapClickLoading();
} }
}, },
@@ -3792,7 +3793,9 @@
}) })
} }
this.showfsss = true; this.showfsss = true;
this.mapClickLoading();}
this.active = 4;
//this.mapClickLoading();
}
}, },
showPopup3() { showPopup3() {
this.show3 = true; this.show3 = true;


Carregando…
Cancelar
Salvar