fix tag conditions

This commit is contained in:
Fine 2022-10-31 11:05:20 +08:00
parent 68c27f49d8
commit 21716e376f

View File

@ -173,6 +173,7 @@ function selectTag(item: string) {
function searchTags() { function searchTags() {
if (!tags.value) { if (!tags.value) {
tagList.value = tagArr.value; tagList.value = tagArr.value;
fetchTagKeys();
return; return;
} }
let search = ""; let search = "";