This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-booster-ui.git


The following commit(s) were added to refs/heads/main by this push:
     new a4e9908b fix: update current service in store before navigating to 
dashboard (#514)
a4e9908b is described below

commit a4e9908b437f1113cdd3d2fd701101da6e299a0a
Author: KitAndrew <[email protected]>
AuthorDate: Fri Nov 21 11:02:59 2025 +0800

    fix: update current service in store before navigating to dashboard (#514)
---
 src/views/dashboard/graphs/ServiceList.vue | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/views/dashboard/graphs/ServiceList.vue 
b/src/views/dashboard/graphs/ServiceList.vue
index a7e3260c..6ad71012 100644
--- a/src/views/dashboard/graphs/ServiceList.vue
+++ b/src/views/dashboard/graphs/ServiceList.vue
@@ -191,6 +191,7 @@ limitations under the License. -->
       ElMessage.error("No this dashboard");
       return;
     }
+    selectorStore.setCurrentService(scope.row);
     const path = 
`/dashboard/${dashboard.layer}/${dashboard.entity}/${scope.row.id}/${dashboard.name}`;
 
     router.push(path);

Reply via email to