jiaosong
2023-10-23 7c6ef0ba9b45d3a12450aa968e2f22c197390781
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) {