修改数组中对象名称,放入新的数组

this.a.map(((item, index)=> {
this.b.push(Object.assign({},{
id:item.Id,

}))
}))