Skip to content
Snippets Groups Projects
Commit f0afbf7e authored by Pan's avatar Pan
Browse files

refine:set page=1 when table filter

parent a4f8e0b8
No related branches found
No related tags found
No related merge requests found
......@@ -236,6 +236,7 @@ export default {
})
},
handleFilter() {
this.listQuery.page = 1
this.getList()
},
handleSizeChange(val) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment