From 5621903f34263db75a87703d6a13bc9bf02168ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E5=BC=A0?= <2091066548@qq.com> Date: Mon, 1 Sep 2025 21:55:29 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9Abug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/CourseExchanged.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)