mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-06 10:05:05 +00:00
fix: reset tag keys list and duration condition (#178)
This commit is contained in:
parent
09051e916b
commit
4b88d8bbb3
@ -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 = "";
|
||||||
|
@ -141,6 +141,7 @@ if (props.needQuery) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
async function init() {
|
async function init() {
|
||||||
|
duration.value = filters.duration || appStore.durationTime;
|
||||||
if (dashboardStore.entity === EntityType[1].value) {
|
if (dashboardStore.entity === EntityType[1].value) {
|
||||||
await getServices();
|
await getServices();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user