|
@@ -251,8 +251,8 @@ const createTask = () => {
|
|
|
stationId: currentDestination.value.id,
|
|
|
targetType: currentDestination.value.targetType,
|
|
|
vehicleCode: outingBox.value.vehicleNo,
|
|
|
- vehicleId: outingBox.value.id,
|
|
|
- vehicleName: outingBox.value.name,
|
|
|
+ vehicleId: outingBox.value.vehicleId,
|
|
|
+ vehicleName: outingBox.value.vehicleName,
|
|
|
};
|
|
|
|
|
|
addMaterialFlow(params).then((res: any) => {
|