fix
parent
11d3754c08
commit
5c4590d507
|
@ -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
|
||||
})
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue