fix(history): "Loading..." cannot be closed (#1221)

close #1221
This commit is contained in:
Hakadao
2024-12-30 11:41:20 +08:00
parent 6344eea01b
commit 42984a4d33

View File

@@ -81,6 +81,7 @@ function getHistoryList() {
getHistoryList()
}
}
}).finally(() => {
isLoading.value = false
})
}
@@ -105,6 +106,7 @@ function searchHistoryList() {
noMoreContent.value = false
}
}).finally(() => {
isLoading.value = false
})
}