skyouc
4 天以前 e09ee9fde3fc3dd0fe1df2921ef0c8ea7c332cbd
rsf-admin/src/page/orders/asnOrder/AsnOrderPanel.jsx
@@ -29,7 +29,7 @@
    }, [asnId, maktx]);
    const http = async (parmas) => {
        const res = await request.post('/asnOrderItem/page', { ...parmas, asnId });
        const res = await request.post('/asnOrderItem/page', { ...parmas, orderId: asnId });
        if (res?.data?.code === 200) {
            setRows(res.data.data.records)
        } else {