From 3622786c3179ae8136e787ac64a992101678c161 Mon Sep 17 00:00:00 2001 From: jiayu Date: Tue, 24 Sep 2024 14:21:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../sevenLargeScreen/digitalConstruction/smartSafeHat/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/sevenLargeScreen/digitalConstruction/smartSafeHat/index.vue b/src/views/sevenLargeScreen/digitalConstruction/smartSafeHat/index.vue index a388845..c181ae7 100644 --- a/src/views/sevenLargeScreen/digitalConstruction/smartSafeHat/index.vue +++ b/src/views/sevenLargeScreen/digitalConstruction/smartSafeHat/index.vue @@ -1623,7 +1623,7 @@ function initMap() { var lnglatXY = new AMap.LngLat(e.lnglat.getLng(), e.lnglat.getLat()); geocoder.getAddress(lnglatXY, function (status, result) { console.log(status, result); - that.addForm.addr = result.regeocode.formattedAddress; + addForm.value.addr = result.regeocode.formattedAddress; }); drawCircle(); } else {