mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2026-03-30 12:35:20 +00:00
fix: update current service in store before navigating to dashboard (#514)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user