Commit cf1e0652 by zhaoxiqing

Merge branch 'bpo-admin' of http://gitlab.gongsibao.com/jiangyong/zhichan into bpo-admin

parents 348235ad f53a1cb1
...@@ -146,8 +146,9 @@ ...@@ -146,8 +146,9 @@
this.showEdit = true; this.showEdit = true;
}, },
handleSizeChange(val) { handleSizeChange(val) {
this.search.currentPage = 1;
this.search.pageSize = val; this.search.pageSize = val;
this.resetSearch(); this.getList();
}, },
handleCurrentChange(val) { handleCurrentChange(val) {
this.search.currentPage = val; this.search.currentPage = val;
......
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