我的任务

master
lion 2 years ago
parent 81135d5475
commit 33fe8dce7a

@ -1092,8 +1092,16 @@
this.train_log = res.data this.train_log = res.data
}, },
async getUploads() { async getUploads() {
let ids = ''
if(this.showform.pid_details&&this.showform.pid_details.length>0){
this.showform.pid_details.map((item)=>{
ids = item.id +','
})
}
console.log("ids",ids)
const res = await listuploads({ const res = await listuploads({
mission_id: this.id, mission_id: ids+this.id,
page: 1, page: 1,
page_size: 999, page_size: 999,
sort_name: 'created_at', sort_name: 'created_at',

Loading…
Cancel
Save