mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-04-06 03:57:53 +08:00
refine:set page=1 when table filter
This commit is contained in:
parent
a4f8e0b805
commit
f0afbf7ea5
@ -236,6 +236,7 @@ export default {
|
||||
})
|
||||
},
|
||||
handleFilter() {
|
||||
this.listQuery.page = 1
|
||||
this.getList()
|
||||
},
|
||||
handleSizeChange(val) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user