Commit 231d1d9e by caoyanzhi

fix: 修复分页器bug

parent 918bfa8b
......@@ -162,7 +162,7 @@
v-if="total > 0"
>
<dm-pagination
:page-size="20"
:page-size="10"
:currentPage="currentPage"
layout="prev, pager, next"
@current-change="handleCurrentChange"
......
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