Merge branch 'zcwy_0726_download' into dev0515

This commit is contained in:
nisen
2024-08-05 15:18:36 +08:00

View File

@@ -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;