1
Showing
1 changed file
with
3 additions
and
0 deletions
... | @@ -136,6 +136,9 @@ export default { | ... | @@ -136,6 +136,9 @@ export default { |
136 | } | 136 | } |
137 | }) | 137 | }) |
138 | }, | 138 | }, |
139 | queryClick(){ | ||
140 | this.fetchData() | ||
141 | }, | ||
139 | handleSort(name, sort) { | 142 | handleSort(name, sort) { |
140 | console.log(name, sort); | 143 | console.log(name, sort); |
141 | }, | 144 | }, | ... | ... |
-
Please register or sign in to post a comment