Parcourir la source

Revert "重点工程经纬度"

This reverts commit 847f69ac6f2a3eea603f5e094c09b27584efb3d7.
lidongyu il y a 1 an
Parent
commit
f3da0f32db

+ 0 - 1
.idea/vcs.xml

@@ -1,7 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <project version="4">
   <component name="VcsDirectoryMappings">
-    <mapping directory="$PROJECT_DIR$/../sooka_onest_comprehensive" vcs="Git" />
     <mapping directory="$PROJECT_DIR$" vcs="Git" />
   </component>
 </project>

+ 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,
-          longitude: this.form.parkLongitude,
-          latitude: this.form.parkLatitude,
+          parkLongitude: this.form.longitude,
+          parkLatitude: this.form.latitude,
           xiantude: this.form.longitude//this.form.longitude换成每个页面对应线或者面对应的字段
         })
       })