react 改变大数组内容

 const tabsData=[...this.state.tabsData]
         this.setState({
             tabsData: tabsData.map((o,index)=> index == this.activeKey?{...o,num:Math.random()*10}:o)
            
         })

  

posted @ 2020-08-09 19:14  lipu1993  阅读(278)  评论(0编辑  收藏  举报