skyouc
2025-07-16 8ad7614fd797123b0d19d9323c3f9a4552702c29
rsf-admin/src/page/orders/check/SelectMatnrModal.jsx
@@ -174,7 +174,7 @@
    }
    const requestGetBody = async () => {
        const res = await request.post(`/checkItem/page`, { asnId });
        const res = await request.post(`/checkItem/page`, { orderId: asnId });
        if (res?.data?.code === 200) {
            setTableData(res.data.data.records)
        } else {