jiaosong
2023-10-19 0cc492a2fc858fce8cf2997cd5a07053e6b2111b
admin/src/components/business/OperaRentSiteWindow.vue
@@ -125,7 +125,7 @@
        for (const key in this.form) {
          this.form[key] = target[key]
        }
        this.form.longAndLat = `${this.form.longitude},${this.form.latitude}`
        this.form.longAndLat = `${this.form.latitude},${this.form.longitude}`
      })
    },
    changeLongAndLat(v) {