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);