Commit ca37d1e3 by chenyu

Merge branch 'feature/10月迭代' of http://git.gicdev.com/memberTag/memberTag-web

parents 31c358a7 3fc65c3f
......@@ -223,7 +223,7 @@
background
@size-change="handleSizeChange"
@current-change="handleCurrentChange"
:current-page="pageParam.currentPage"
:current-page="pageParam.pageNum"
:page-sizes="[10, 20, 30, 40]"
:page-size="pageParam.pageSize"
layout="total, sizes, prev, pager, next, jumper"
......@@ -445,6 +445,7 @@ export default {
* 分页---页码变化
*/
handleSizeChange(val) {
this.pageParam.pageNum = 1;
this.pageParam.pageSize = val;
this.getTagDetailList();
},
......
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