mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 20:06:44 +08:00
Merge branch 'zcwy_0726_download' into dev0515
This commit is contained in:
@@ -136,6 +136,7 @@ export default {
|
|||||||
}
|
}
|
||||||
apiCourseStudy.myHomeworkList(params).then(rs=>{
|
apiCourseStudy.myHomeworkList(params).then(rs=>{
|
||||||
if(rs.status==200){
|
if(rs.status==200){
|
||||||
|
this.studyItemId = ''
|
||||||
this.records=rs.result;
|
this.records=rs.result;
|
||||||
if(rs.result.length>0){
|
if(rs.result.length>0){
|
||||||
this.studyItemIdOnce = rs.result[rs.result.length - 1].id;
|
this.studyItemIdOnce = rs.result[rs.result.length - 1].id;
|
||||||
|
|||||||
Reference in New Issue
Block a user