src/pages/inventoryManagement/scanIn/index.vue
@@ -409,6 +409,7 @@ }; const handleSelectContact = data => { if (data?.source === "scanShip") return; const { stepIndex, contact } = data || {}; if (stepIndex === null || stepIndex === undefined) return; const idx = Number(stepIndex);