mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-07 01:46:44 +08:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -509,8 +509,8 @@
|
||||
}
|
||||
this.loadStatus='loading';
|
||||
let params = {
|
||||
page: this.taskPageIndex,
|
||||
size: this.taskPageSize,
|
||||
pageNo: this.taskPageIndex,
|
||||
pageSize: this.taskPageSize,
|
||||
cmtask_user_status: this.boeStatus,
|
||||
cmtask_name: this.loadkeyword,
|
||||
}
|
||||
@@ -525,7 +525,7 @@
|
||||
if(r.cmtask_imgurl.startsWith('/upload')){
|
||||
r.cmtask_imgurl=this.$config.fileUrl+r.cmtask_imgurl.substring(7);
|
||||
}
|
||||
console.log('aaa='+r.cmtask_imgurl);
|
||||
//console.log('aaa='+r.cmtask_imgurl);
|
||||
})
|
||||
this.taskCount = parseInt(res.data.total);
|
||||
this.couresList.push(...res.data.records);
|
||||
|
||||
Reference in New Issue
Block a user