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