feat:bug修复

This commit is contained in:
小张 2025-09-01 21:55:29 +08:00
parent 27f41332d4
commit 5621903f34

View File

@ -2035,7 +2035,7 @@ const submitComplaint = async () => {
} }
// //
const handleUpload = ({ file, onFinish, onError }: any) => { const handleUpload = ({ file, onFinish }: any) => {
// //
console.log('上传文件:', file) console.log('上传文件:', file)