let arr = res.data.data.list this.userInfo = arr.map((item,index)=>{ return Object.assign(item, {isfix: false}) })