|
|
|
@ -243,8 +243,8 @@
@@ -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 @@
@@ -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; |
|
|
|
|
// 处理提交完成之后逻辑 |
|
|
|
|