Browse Source

重点工程中心经纬度

lidongyu 1 year ago
parent
commit
ae26ee9d46
1 changed files with 2 additions and 2 deletions
  1. 2 2
      data-ui/src/views/data/generalbusiness/keyProjects/index.vue

+ 2 - 2
data-ui/src/views/data/generalbusiness/keyProjects/index.vue

@@ -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换成每个页面对应线或者面对应的字段
         })
       })