diff --git a/src/views/homesteadSurvey/list.vue b/src/views/homesteadSurvey/list.vue
index 43e79b23..09b711d3 100644
--- a/src/views/homesteadSurvey/list.vue
+++ b/src/views/homesteadSurvey/list.vue
@@ -733,6 +733,33 @@
+
+
+
+
+
+
+
+
+
+
+
+
@@ -753,6 +780,8 @@
return {
// 使用权人表单弹出
shownh:false,
+ showhzht:false,
+ showhzlx:false,
showhncylist:false,
showhncy:false,
activeBtn:1,
@@ -1715,7 +1744,8 @@
//_this.coordinateList = coordinate.toString();
//提示当前坐标是否绘制完成
if(that.coordinate != "" && that.coordinate !=null) {
- htMapAllFu();
+ that.showhzht = true;
+ // htMapAllFu();
}else {
console.log("6");
$("#htMapAll").trigger("click");
@@ -1734,7 +1764,7 @@
})
.then(() => {
//$("#drawRemove").trigger("click");
- map.removeLayer(drawing);
+ map.removeInteraction(draw_map);
that.coordinate = "";
})
.catch(() => {
@@ -2586,6 +2616,9 @@