diff --git a/src/views/homesteadSurvey/add.vue b/src/views/homesteadSurvey/add.vue index 4dab780d..c6d28643 100644 --- a/src/views/homesteadSurvey/add.vue +++ b/src/views/homesteadSurvey/add.vue @@ -35,14 +35,14 @@
- +

房屋信息

- +

附属设施

@@ -3613,16 +3613,16 @@ changeActive(){ if(this.active<4){ this.active+=1 - this.mapClickLoading(); }else{ this.active=1 - this.mapClickLoading(); } }, changeActiveBack(){ if(this.active>1){ this.active-=1 - this.mapClickLoading(); + if(this.active ==1){ + this.mapClickLoading(); + } }else{ this.active=1 this.mapClickLoading(); @@ -3771,6 +3771,15 @@ }, /** 查找地图中定位点 */ MapTag: function (data) { + if(this.active =="1"){ + this.form.theGeom = data; + }else if(this.active=="3"){ + this.form3.theGeom = data; + }else if(this.active=="4"){ + this.form4.theGeom = data; + } else { + + } this.form.theGeom = data; }, //地图加载js------end diff --git a/src/views/homesteadSurvey/list.vue b/src/views/homesteadSurvey/list.vue index a099018a..c40f391a 100644 --- a/src/views/homesteadSurvey/list.vue +++ b/src/views/homesteadSurvey/list.vue @@ -382,27 +382,53 @@
- +
+ -
-
-
-
- -
-
搜索
+
+ + + +
- +