弑天下
constpagination_1={key:1,current:current_1,//当前页数pageSize:5,hideOnSinglePage:true,showSizeChanger:true,showQuickJumper:true,showTotal:(total,range)=>`共${total}条`,onChange:(page)=>{this.onChange(page,'current_1')},};constpagination_2={key:2,current:current_2,pageSize:20,hideOnSinglePage:true,showSizeChanger:true,showQuickJumper:true,showTotal:(total,range)=>`共${total}条`,onChange:(page)=>{this.onChange(page,'current_2')},};pagination配置没有current_1、current_2属性,你这样写相当于没有配置,所以表格就使用默认的current