this.axios.get('/api/user').then((res)=>{ this.temp=res.data.data this.temp.map(((item, index)=> { this.data.push(Object.assign({},item,{key:item.uid})) }))})