075d5789 by liangyifan

1

1 parent cc8edd30
...@@ -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 },
......