@@ -172,7 +172,7 @@ export default {
},
beforeRouteEnter (to, from, next) {
next(vm => {
- vm.handleReset()
+ this.queryParam.name = ''
})
methods: {