Commit a22c424c authored by 王鑫's avatar 王鑫

fix: 分页修复

parent e3a3aaf5
......@@ -169,6 +169,7 @@ export default {
},
pageChange(page) {
this.query.page = page;
this.loadData();
},
sortChange(pagination,filters, sorter){
console.log(sorter)
......
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