task#6524 滚动测试
This commit is contained in:
@ -185,7 +185,10 @@
|
|||||||
await this.getReportList();
|
await this.getReportList();
|
||||||
await this.getDetail();
|
await this.getDetail();
|
||||||
await this.getRecordList();
|
await this.getRecordList();
|
||||||
await this.scrollToBottom();
|
setTimeout(async () => {
|
||||||
|
await this.scrollToBottom();
|
||||||
|
}, 1)
|
||||||
|
|
||||||
} finally {
|
} finally {
|
||||||
this.isLoading = false; // 结束加载状态
|
this.isLoading = false; // 结束加载状态
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user