pull/1050/head
lyswhut 2022-11-03 18:37:20 +08:00
parent 11d3754c08
commit 5c4590d507
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ if (appSetting['search.isShowHotSearch']) {
watch(() => props.source, (source) => {
if (!props.visible) return
getList(source).then(list => {
if (source != props.source) return
hotSearchList.value = list
})
})