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 {