|
@@ -551,6 +551,7 @@
|
|
|
},
|
|
|
methods: {
|
|
|
setPositioning(longitude, latitude) {
|
|
|
+
|
|
|
let that = this
|
|
|
that.positioning.lon = longitude
|
|
|
that.positioning.lat = latitude
|
|
@@ -559,7 +560,7 @@
|
|
|
// this.visible = true;
|
|
|
// this.positioning.lon = ''
|
|
|
// this.positioning.lat = ''
|
|
|
- this.$parent.$refs.supermap.clearDW()
|
|
|
+ // this.$parent.$refs.supermap.clearDW()
|
|
|
this.$parent.$refs.supermap.setIsObtainLaAndLon(true)
|
|
|
},
|
|
|
// 获取部门列表树
|