|
@@ -133,7 +133,7 @@ export default {
|
|
|
methods: {
|
|
|
handleSizeChange(val){
|
|
|
this.pageSize = val;
|
|
|
- this.currentPage = utils.getCurrentPage(this.currentChange, this.total, this.pageSize);
|
|
|
+ this.currentPage = utils.getCurrentPage(this.currentPage, this.total, this.pageSize);
|
|
|
this.getDataList();
|
|
|
},
|
|
|
getDataList(isTurnPage) {
|