#
whycq
2025-03-05 c440d16b624b7effa7953ce19816fc9ea6cccf42
rsf-admin/src/page/components/ImportModal.jsx
@@ -46,8 +46,9 @@
        if (!file) {
            return;
        }
        console.log(file);
        //TODO 添加上文件上传接口
        parseCsv(file);
    };
    const handleClose = () => {