Commit df860ae2 authored by yaya's avatar yaya

feat: bugfix

parent c21ab98f
...@@ -111,7 +111,7 @@ export default { ...@@ -111,7 +111,7 @@ export default {
this.listQuery.cycle = 30 this.listQuery.cycle = 30
} }
this.listQuery.page = 1 this.listQuery.page = 1
this.handleGetCategory() this.getList()
}, },
handlerSelectCateGory(categoryStr) { handlerSelectCateGory(categoryStr) {
if (categoryStr === this.listQuery.category) { if (categoryStr === this.listQuery.category) {
......
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