zhongrj
2024-05-24 f50a24ce2ac911a593ba0139409e41964e336f45
src/views/cGovernance/taskECallTwo/index.vue
@@ -471,9 +471,9 @@
            //经纬度替换
            this.form.sceneGeoLat = arr[1]
            this.form.sceneGeoLng = arr[0]
            this.form.location = arr[2]
          }
        },
        immediate: true,
      },
      "editForm.sceneGeo": {
@@ -490,9 +490,9 @@
            //经纬度替换
            this.editForm.sceneGeoLat = arr[1]
            this.editForm.sceneGeoLng = arr[0]
            this.editForm.location = arr[2]
          }
        },
        immediate: true,
      },
    },
    computed: {