verou
2025-03-31 a4ad4c8923181ea63648d52f95cadef8f71900e4
rsf-admin/src/page/waitPakinLog/WaitPakinLogPanel.jsx
@@ -23,8 +23,12 @@
    const [maktx, setMaktx] = useState('');
    const pakinId = record.id;
    useEffect(() => {
        debouncedHttp({ maktx });
    }, [pakinId, maktx]);
    const http = async (parmas) => {
        const res = await request.post('/WaitPakinLog/page', { ...parmas, pakinId });
        const res = await request.post('/waitPakinItemLog/page', { ...parmas, pakinId });
        if (res?.data?.code === 200) {
            setRows(res.data.data.records)
        } else {