DESKTOP-LMJ82IJ\Eno
2025-04-13 bc25523bd723e92e85f3463edca27f0fe18a7a71
rsf-admin/src/page/qlyInspect/AsnSelModal.jsx
@@ -72,8 +72,7 @@
    };
    const getData = async () => {
        const parmas = (formData.asnCode === '' ? {} : { asnCode: formData.asnCode })
        const res = await request.post(`/qlyInspect/asn/list`, parmas);
        const res = await request.post(`/qlyInspect/asn/list`, { asnCode: formData.asnCode });
        if (res?.data?.code === 200) {
            setTableData(res.data.data);
        } else {