task#6524 滚动测试

This commit is contained in:
2025-06-20 10:36:02 +08:00
parent eae60d1000
commit 7ff13628b5

View File

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