From 7ff13628b56026a6cd65dc0300e0a2cd9d69ed3d Mon Sep 17 00:00:00 2001 From: zhoulinf <2507241354@qq.com> Date: Fri, 20 Jun 2025 10:36:02 +0800 Subject: [PATCH] =?UTF-8?q?task#6524=20=E6=BB=9A=E5=8A=A8=E6=B5=8B?= =?UTF-8?q?=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/report/reportIndex.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/views/report/reportIndex.vue b/src/views/report/reportIndex.vue index 683bdb8c..134b05f8 100644 --- a/src/views/report/reportIndex.vue +++ b/src/views/report/reportIndex.vue @@ -185,7 +185,10 @@ await this.getReportList(); await this.getDetail(); await this.getRecordList(); - await this.scrollToBottom(); + setTimeout(async () => { + await this.scrollToBottom(); + }, 1) + } finally { this.isLoading = false; // 结束加载状态 }