mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-14 00:37:33 +00:00
fix tag conditions
This commit is contained in:
parent
68c27f49d8
commit
21716e376f
@ -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 = "";
|
||||||
|
Loading…
Reference in New Issue
Block a user