075d5789 by liangyifan

1

1 parent cc8edd30
......@@ -136,6 +136,9 @@ export default {
}
})
},
queryClick(){
this.fetchData()
},
handleSort(name, sort) {
console.log(name, sort);
},
......