let arr=[] res.data.map((item,index)=>{ arr.push( Object.assign(item,{change:0}) ) }); this.tag_list = arr console.log(this.tag_list)