diff --git a/src/views/wf/myticket.vue b/src/views/wf/myticket.vue index 4a330dd6..ed199b11 100644 --- a/src/views/wf/myticket.vue +++ b/src/views/wf/myticket.vue @@ -256,8 +256,9 @@ export default { this.tvalue = "我的"; this.params.category = "owner"; this.query = {}; + this.$refs.table.scrollToTop(); } - this.$refs.table.refresh() + this.handleQuery(); } }, };