|
@@ -1023,8 +1023,8 @@ export default {
|
|
|
this.$nextTick(() => {
|
|
|
this.$refs.ISuperMaptwo.init(this.sign, {
|
|
|
id: this.form.id,
|
|
|
- parkLongitude: this.form.longitude,
|
|
|
- parkLatitude: this.form.latitude,
|
|
|
+ longitude: this.form.parkLongitude,
|
|
|
+ latitude: this.form.parkLatitude,
|
|
|
xiantude: this.form.longitude//this.form.longitude换成每个页面对应线或者面对应的字段
|
|
|
})
|
|
|
})
|