fix: page refresh reset action

This commit is contained in:
starknt
2024-01-11 17:29:21 +08:00
parent 0d1735ab87
commit f654385f75
4 changed files with 27 additions and 11 deletions

View File

@@ -42,6 +42,8 @@ function initPageAction() {
handlePageRefresh.value = () => {
historyList.length = 0
currentPageNum.value = 1
noMoreContent.value = false
noMoreContentWarning.value = false
getHistoryList()
}
}