mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-13 16:27:33 +00:00
fix
This commit is contained in:
parent
c57a904147
commit
bb8d0eae73
@ -135,7 +135,7 @@ async function init() {
|
||||
}
|
||||
}
|
||||
conditions.value = (items.value[0] && items.value[0].label) || "";
|
||||
if (!filters.id) {
|
||||
if (filters.id) {
|
||||
state.service = selectorStore.currentService.id;
|
||||
if (dashboardStore.entity === EntityType[2].value) {
|
||||
state.endpoint = selectorStore.currentPod.id;
|
||||
|
Loading…
Reference in New Issue
Block a user