Revert "perf[pagination]: Avoid repeating trigger requests"
This reverts commit 398d59d78a
.
This commit is contained in:
parent
398d59d78a
commit
6938dd3caf
1 changed files with 0 additions and 6 deletions
|
@ -230,16 +230,10 @@ export default {
|
|||
this.getList()
|
||||
},
|
||||
handleSizeChange(val) {
|
||||
if (this.listQuery.limit === val) {
|
||||
return
|
||||
}
|
||||
this.listQuery.limit = val
|
||||
this.getList()
|
||||
},
|
||||
handleCurrentChange(val) {
|
||||
if (this.listQuery.page === val) {
|
||||
return
|
||||
}
|
||||
this.listQuery.page = val
|
||||
this.getList()
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue