shuishen
2024-01-03 7cef46a5e85fc015463ae1a0aa65efee689a8dcc
src/views/place/index.vue
@@ -607,6 +607,8 @@
                getPlace(this.form.id).then((res) => {
                    this.form = res.data.data
                    this.form.location = [this.form.lng, this.form.lat, this.form.location].join(',')
                    if (this.form.imageUrls.length) {
                        this.form.imageUrls = this.form.imageUrls.split(",").filter(item => item != '').map(item => website.minioUrl + item).join(',')
                    }
@@ -626,7 +628,6 @@
                    }
                    done()
                })
            } else {
                done()