diff --git a/src/views/CourseExchanged.vue b/src/views/CourseExchanged.vue index 0089595..37a87b2 100644 --- a/src/views/CourseExchanged.vue +++ b/src/views/CourseExchanged.vue @@ -2035,7 +2035,7 @@ const submitComplaint = async () => { } // 处理文件上传 -const handleUpload = ({ file, onFinish, onError }: any) => { +const handleUpload = ({ file, onFinish }: any) => { // 这里可以实现真实的文件上传逻辑 console.log('上传文件:', file)