浏览代码

地图优化

wulanhaote
hbao 3 年前
父节点
当前提交
e8ade6d3d8
共有 1 个文件被更改,包括 9 次插入0 次删除
  1. +9
    -0
      src/views/homesteadSurvey/add.vue

+ 9
- 0
src/views/homesteadSurvey/add.vue 查看文件

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


正在加载...
取消
保存