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; // 结束加载状态 }