修复表格分页搜索和删除BUG #20

This commit is contained in:
zhengjie
2019-06-25 09:21:07 +08:00
parent 94b2e78246
commit 6c06d89355
17 changed files with 33 additions and 0 deletions

View File

@@ -40,6 +40,7 @@
<!--分页组件-->
<el-pagination
:total="total"
:current-page="page + 1"
:page-size="6"
style="margin-top:8px;"
layout="total, prev, pager, next"