el-tabs里面几个el-tab-pane每一个el-tab-pane又有一个分页为什么操作分页的时候页面一直抖

<div v-show="!listLoadingss" class="pagination-container">

                        <el-pagination @size-change="handleSizeChangesummary" @current-change="handleCurrentChangesummary" :current-page.sync="listQuery.currentPage"
                                       :page-sizes="[10,20,30,50]" :page-size="listQuery.pageSize" layout="total, sizes, prev, pager, next, jumper" :total="total">
                        </el-pagination>
                    </div>
                    

<div v-show="!listLoading" class="pagination-container">

                        <el-pagination @size-change="handleSizeChangesuccess" @current-change="handleCurrentChangesuccess" :current-page.sync="listQuery.currentPage"
                                       :page-sizes="[10,20,30, 50]" :page-size="listQuery.pageSize" layout="total, sizes, prev, pager, next, jumper" :total="total">
                        </el-pagination>
                    </div>  

<div v-show="!listLoadings" class="pagination-container">

                        <el-pagination @size-change="handleSizeChangefail" @current-change="handleCurrentChangefail" :current-page.sync="listQuery.currentPage"
                                       :page-sizes="[10,20,30,50]" :page-size="listQuery.pageSize" layout="total, sizes, prev, pager, next, jumper" :total="total">
                        </el-pagination>
                    </div>                                              
阅读 12.5k
撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进
推荐问题