yyb
8 天以前 9581c0ae9f0d9a2e92744f3dca78960780b9a2df
src/pages/sales/salesAccount/goOut.vue
@@ -676,6 +676,7 @@
  // 处理联系人选择结果
  const handleSelectContact = data => {
    if (data?.source === "scanShip") return;
    const { stepIndex, contact } = data;
    // 将选中的联系人设置为对应审批步骤的审批人
    approverNodes.value[stepIndex].userId = contact.userId;