mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-06 01:48:56 +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() {
|
||||
if (!tags.value) {
|
||||
tagList.value = tagArr.value;
|
||||
fetchTagKeys();
|
||||
return;
|
||||
}
|
||||
let search = "";
|
||||
|
@ -141,6 +141,7 @@ if (props.needQuery) {
|
||||
}
|
||||
|
||||
async function init() {
|
||||
duration.value = filters.duration || appStore.durationTime;
|
||||
if (dashboardStore.entity === EntityType[1].value) {
|
||||
await getServices();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user