mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-05-22 01:19:17 +08:00
Revert "perf[pagination]: Avoid repeating trigger requests"
This reverts commit 398d59d78a5388af3cd06e1f66ad947b52a5f971.
This commit is contained in:
parent
398d59d78a
commit
6938dd3caf
@ -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…
x
Reference in New Issue
Block a user