Browse Source

优化地图

wulanhaote
hbao 3 years ago
parent
commit
fad8f07cdf
2 changed files with 5 additions and 1 deletions
  1. +1
    -0
      src/components/Map/MapGisDrawing.vue
  2. +4
    -1
      src/views/homesteadSurvey/add.vue

+ 1
- 0
src/components/Map/MapGisDrawing.vue View File

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


+ 4
- 1
src/views/homesteadSurvey/add.vue View File

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


Loading…
Cancel
Save