Browse Source

重点工程经纬度

lidongyu 1 năm trước cách đây
mục cha
commit
847f69ac6f

+ 1 - 0
.idea/vcs.xml

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