Commit f0afbf7e authored by Pan's avatar Pan

refine:set page=1 when table filter

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