Commit 83a158be by 王昆

gsb

parent 9979471c
...@@ -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