Commit 75ddba4f by zhaoxiqing

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

parents b4c08ec3 07a252cb
...@@ -201,7 +201,8 @@ ...@@ -201,7 +201,8 @@
handleSizeChange(val) { handleSizeChange(val) {
this.search.pageSize = val; this.search.pageSize = val;
this.resetSearch(); this.search.currentPage = 1;
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