From 6e64a010dc2b9ca8d924befd5529ccb9c4787b14 Mon Sep 17 00:00:00 2001 From: wangxiang <1827945911@qq.com> Date: Thu, 1 Sep 2022 23:00:12 +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/components/MapTaskPresetModal.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/AMap/src/components/MapTaskPresetModal.vue b/src/components/AMap/src/components/MapTaskPresetModal.vue index 7e1c642..4cee1ac 100644 --- a/src/components/AMap/src/components/MapTaskPresetModal.vue +++ b/src/components/AMap/src/components/MapTaskPresetModal.vue @@ -243,8 +243,8 @@ if(state.orgList.findIndex(e => e.value == item.destinationPresetId) != -1) { item.destinationPresetId = ''; item.destinationPresetName = '等待收样员设置!'; - item.destinationPresetlng = ''; - item.destinationPresetlLat = ''; + item.destinationPresetLng = ''; + item.destinationPresetLat = ''; } }); const validateResult = await Promise.all(validateData); @@ -255,8 +255,8 @@ if (option && lastElement) { lastElement.destinationPresetId = option.value; lastElement.destinationPresetName = option.label; - lastElement.destinationPresetlng = option.mapLng; - lastElement.destinationPresetlLat = option.mapLat; + lastElement.destinationPresetLng = option.mapLng; + lastElement.destinationPresetLat = option.mapLat; } state.taskPresetRow.mapTaskPreset = mapTaskPresetData; // 处理提交完成之后逻辑