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