Commit 07a252cb by 王昆

gsb

parent 5382e263
......@@ -201,7 +201,8 @@
handleSizeChange(val) {
this.search.pageSize = val;
this.resetSearch();
this.search.currentPage = 1;
this.getList();
},
handleCurrentChange(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