This commit is contained in:
Fine 2022-11-24 18:30:37 +08:00
parent c57a904147
commit bb8d0eae73

View File

@ -135,7 +135,7 @@ async function init() {
} }
} }
conditions.value = (items.value[0] && items.value[0].label) || ""; conditions.value = (items.value[0] && items.value[0].label) || "";
if (!filters.id) { if (filters.id) {
state.service = selectorStore.currentService.id; state.service = selectorStore.currentService.id;
if (dashboardStore.entity === EntityType[2].value) { if (dashboardStore.entity === EntityType[2].value) {
state.endpoint = selectorStore.currentPod.id; state.endpoint = selectorStore.currentPod.id;