bug fix
This commit is contained in:
@@ -273,7 +273,6 @@ function VehicleInstance({ agvDetail }: Readonly<{ agvDetail: VehicleStatus }>)
|
||||
loopMaterialDropToHuman(
|
||||
agvDetail,
|
||||
model.modelUuid,
|
||||
agvDetail.point.action,
|
||||
action.actionUuid
|
||||
);
|
||||
}, action.actionUuid || '')
|
||||
@@ -284,7 +283,6 @@ function VehicleInstance({ agvDetail }: Readonly<{ agvDetail: VehicleStatus }>)
|
||||
function loopMaterialDropToHuman(
|
||||
vehicle: VehicleStatus,
|
||||
humanId: string,
|
||||
vehicleAction: VehicleAction,
|
||||
humanActionId: string
|
||||
) {
|
||||
let currentVehicleLoad = vehicle.currentLoad;
|
||||
|
||||
Reference in New Issue
Block a user