Commit 83e56488 authored by Pan's avatar Pan Committed by 花裤衩

fix[pagination]: fixed when selected page-sizes

parent f3bfaa0f
......@@ -78,7 +78,7 @@
</el-table-column>
</el-table>
<div v-show="!listLoading" class="pagination-container">
<div class="pagination-container">
<el-pagination background @size-change="handleSizeChange" @current-change="handleCurrentChange" :current-page.sync="listQuery.page"
:page-sizes="[10,20,30, 50]" :page-size="listQuery.limit" layout="total, sizes, prev, pager, next, jumper" :total="total">
</el-pagination>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment