1
0
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:
Pan 2017-09-11 11:17:29 +08:00
parent a4f8e0b805
commit f0afbf7ea5

View File

@ -236,6 +236,7 @@ export default {
})
},
handleFilter() {
this.listQuery.page = 1
this.getList()
},
handleSizeChange(val) {