spring
2026-01-22 f756f80b764e5416f4dff942b59ad4434be6a008
src/views/collaborativeApproval/shipmentReview/index.vue
@@ -295,6 +295,7 @@
  }).then(async()=>{
    let res = await approveShipment({
      id: row.id,
      salesLedgerProductId: row.salesLedgerProductId,
      approveStatus: name === "通过" ? 3 : 4
    });
    if(res.code === 200){