From f363763e6c635e77ecb45d1a8d9250e859393b2d Mon Sep 17 00:00:00 2001 From: daihh Date: Fri, 18 Nov 2022 18:25:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BF=AE=E6=94=B9=E7=9A=84?= =?UTF-8?q?=E4=BD=9C=E4=B8=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/course-homework/course-homework.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/components/course-homework/course-homework.vue b/components/course-homework/course-homework.vue index ab05ed8..3d27a9a 100644 --- a/components/course-homework/course-homework.vue +++ b/components/course-homework/course-homework.vue @@ -177,6 +177,7 @@ //this.$refs.messager.show({message:'作业已提交',type:'success'}) uni.showToast({title:'提交成功',type:'success'}) this.filePath=''; + this.fileList=[]; this.answer=''; this.records=[res.result]; this.$emit("submit", this.content);