From a64c0f1f69376c31703ccd39caf0f0c2f9c6cf58 Mon Sep 17 00:00:00 2001 From: caoqianming Date: Thu, 13 Nov 2025 13:47:42 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20base=20=E5=88=9B=E5=BB=BA=E5=B7=A5?= =?UTF-8?q?=E5=8D=95=E5=90=8E=E8=B7=B3=E8=BD=AC=E8=87=B3=E6=88=91=E7=9A=84?= =?UTF-8?q?=E7=95=8C=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wf/myticket.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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(); } }, };