From 16817449811b46189b2b770a87bfda72bd7f5baa Mon Sep 17 00:00:00 2001 From: wangxiang <1827945911@qq.com> Date: Thu, 1 Sep 2022 22:53:38 +0800 Subject: [PATCH] =?UTF-8?q?:rocket:=20=E5=9C=B0=E5=9B=BE=E8=AE=BE=E8=AE=A1?= =?UTF-8?q?=E5=99=A8=E8=B0=83=E6=95=B4=E5=AE=8C=E6=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/AMap/src/AMapDesigner/index.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/AMap/src/AMapDesigner/index.vue b/src/components/AMap/src/AMapDesigner/index.vue index 4f2cb4e..66b4181 100644 --- a/src/components/AMap/src/AMapDesigner/index.vue +++ b/src/components/AMap/src/AMapDesigner/index.vue @@ -705,14 +705,14 @@ childOrg = mapState.orgList.find(e => e.value == childItem.orgId); childItem.courierUserId = mapData.courierUserId; childHospital && Object.assign(item,{ - orgin_preset_name: childHospital.label, - orgin_preset_lng: childHospital.mapLng, - orgin_preset_lat: childHospital.mapLat + orginPresetName: childHospital.label, + orginPresetLat: childHospital.mapLat, + orginPresetLng: childHospital.mapLng }); childOrg && Object.assign(item,{ - destination_preset_name: childOrg.label, - destination_preset_lng: childOrg.mapLng, - destination_preset_lat: childOrg.mapLat + destinationPresetName: childOrg.label, + destinationPresetLng: childOrg.mapLng, + destinationPresetLat: childOrg.mapLat }); childItem.fileId = (childItem.fileId as [] || [])?.join(','); });