From 36415533d44af9b495e8dd3a500d1d9aac1bf88c Mon Sep 17 00:00:00 2001 From: mk <2403457699@qq.com> Date: Thu, 19 Oct 2023 10:53:43 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=9A=E7=BB=84=E7=BB=87=E5=9C=B0=E5=9B=BE?= =?UTF-8?q?=E9=80=89=E4=B8=AD=E5=9C=B0=E5=9D=80=E5=9B=9E=E5=A1=AB=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/communityParty/partyOrg/create.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/modules/communityParty/partyOrg/create.vue b/src/views/modules/communityParty/partyOrg/create.vue index 91cec9058..1fd492a30 100644 --- a/src/views/modules/communityParty/partyOrg/create.vue +++ b/src/views/modules/communityParty/partyOrg/create.vue @@ -463,7 +463,8 @@ export default { map.setMarker(lat, lng); this.dataForm.latitude = lat; this.dataForm.longitude = lng; - this.dataForm.address = selPosition.address + selPosition.name + console.log(selPosition); + this.dataForm.address = selPosition.label }, /**