getGroupList(){ GetGroupList(this.active_id).then(res=>{ // console.log(res.data.data) this.groupPlayer = res.data.data // console.log(this.groupPlayer) // this.groupPlayerId = res.data.data // this.groupPlayerId=this.groupPlayer.map((item)=>{ return item.id}) // 28 29 30 }) },