fix: layer id

This commit is contained in:
Fine 2023-06-12 11:11:56 +08:00
parent e162b32f98
commit a7a9fdaf59

View File

@ -123,7 +123,7 @@ limitations under the License. -->
return; return;
} }
router.push( router.push(
`/dashboard/${dashboardStore.layer}/${EntityType[8].value}/${selectorStore.currentService.id}/${instance.id}/${scope.row.id}/${props.config.processDashboardName}`, `/dashboard/${dashboardStore.layerId}/${EntityType[8].value}/${selectorStore.currentService.id}/${instance.id}/${scope.row.id}/${props.config.processDashboardName}`,
); );
} }
@ -132,7 +132,7 @@ limitations under the License. -->
return; return;
} }
router.push( router.push(
`/dashboard/${dashboardStore.layer}/${EntityType[3].value}/${selectorStore.currentService.id}/${scope.row.id}/${props.config.instanceDashboardName}`, `/dashboard/${dashboardStore.layerId}/${EntityType[3].value}/${selectorStore.currentService.id}/${scope.row.id}/${props.config.instanceDashboardName}`,
); );
} }