jiangping
2023-10-19 347d1bfad57add4bab95f827fac84ed2f1b1290f
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) {