rsf-admin/src/page/asnOrder/AsnOrderModal.jsx
@@ -57,7 +57,7 @@ import DictSelect from "../components/DictSelect"; const AsnOrderModal = (props) => { const { open, setOpen, asnId } = props; const { open, setOpen, asnId, billReload } = props; const translate = useTranslate(); const notify = useNotify(); @@ -108,6 +108,7 @@ const res = await request.post(`/asnOrder/items/save`, parmas); if (res?.data?.code === 200) { setOpen(false); billReload() refresh(); } else { notify(res.data.msg); @@ -121,6 +122,7 @@ if (res?.data?.code === 200) { setOpen(false); refresh(); } else { notify(res.data.msg); }