src/pages/procurementManagement/procurementLedger/detail.vue
@@ -1120,6 +1120,7 @@ }); // 处理联系人选择结果 const handleSelectContact = data => { if (data?.source === "scanShip") return; const { stepIndex, contact } = data; // 将选中的联系人设置为对应审批步骤的审批人 console.log(contact);