jxxghp
2025-04-22 17:25:18 +08:00
parent 3af1013c34
commit 45eee811c1
4 changed files with 21 additions and 14 deletions

View File

@@ -507,10 +507,14 @@ function onSubscribeEditRemove() {
async function clickSearch(type: string) {
searchType.value = type
if (allSites.value?.length == 0) {
querySites()
querySelectedSites()
await querySites()
await querySelectedSites()
}
if (allSites.value?.length > 0) {
chooseSiteDialog.value = true
} else {
handleSearch()
}
chooseSiteDialog.value = true
}
// 搜索多站点