From 30c4899ebc072837c1e7e5f7ecac424169fdafb8 Mon Sep 17 00:00:00 2001 From: zhangsir Date: Mon, 5 Aug 2024 15:17:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=9C=E4=B8=9A=E6=8F=90=E4=BA=A4=E5=8F=91?= =?UTF-8?q?=E7=8E=B0=E5=88=87=E6=8D=A2=E4=BD=9C=E4=B8=9A=E6=97=B6studyitem?= =?UTF-8?q?id=E5=8F=96=E5=80=BC=E4=B8=8A=E4=B8=80=E4=B8=AA=EF=BC=8C?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Course/homework.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Course/homework.vue b/src/components/Course/homework.vue index 584a446f..6f3912e9 100644 --- a/src/components/Course/homework.vue +++ b/src/components/Course/homework.vue @@ -136,6 +136,7 @@ export default { } apiCourseStudy.myHomeworkList(params).then(rs=>{ if(rs.status==200){ + this.studyItemId = '' this.records=rs.result; if(rs.result.length>0){ this.studyItemIdOnce = rs.result[rs.result.length - 1].id;