rsf-admin/src/page/orders/outStock/OutOrderList.jsx
@@ -134,12 +134,12 @@ console.log('=====>'); console.log(value); console.log(selectIds); // const res = await request.post(`/outStock/generate/wave`, { ids: selectIds }); // if (res?.data?.code === 200) { // notify(res.data.msg); // } else { // notify(res.data.msg); // } const res = await request.post(`/outStock/generate/wave`, { ids: selectIds, waveRuleId: value.id }); if (res?.data?.code === 200) { notify(res.data.msg); } else { notify(res.data.msg); } } return (