feat:bug修复
This commit is contained in:
parent
27f41332d4
commit
5621903f34
@ -2035,7 +2035,7 @@ const submitComplaint = async () => {
|
||||
}
|
||||
|
||||
// 处理文件上传
|
||||
const handleUpload = ({ file, onFinish, onError }: any) => {
|
||||
const handleUpload = ({ file, onFinish }: any) => {
|
||||
// 这里可以实现真实的文件上传逻辑
|
||||
console.log('上传文件:', file)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user