spring
2 天以前 470ce94b21d780fc6c0b1bb5d9e1672af1f4d66e
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){