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