diff --git a/src/views/modules/material/finalRollSearch.vue b/src/views/modules/material/finalRollSearch.vue index da7eb2b..43b3d76 100644 --- a/src/views/modules/material/finalRollSearch.vue +++ b/src/views/modules/material/finalRollSearch.vue @@ -398,12 +398,12 @@ sizeChangeHandle (val) { this.pageSize = val this.pageIndex = 1 - this.search() + this.searchTable() }, // 当前页 currentChangeHandle (val) { this.pageIndex = val - this.search() + this.searchTable() }, searchTable(){ this.searchData.limit = this.pageSize