소스 검색

优化地图

wulanhaote
hbao 3 년 전
부모
커밋
fad8f07cdf
2개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -0
      src/components/Map/MapGisDrawing.vue
  2. +4
    -1
      src/views/homesteadSurvey/add.vue

+ 1
- 0
src/components/Map/MapGisDrawing.vue 파일 보기

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


+ 4
- 1
src/views/homesteadSurvey/add.vue 파일 보기

@@ -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;


불러오는 중...
취소
저장