fix: 修改实体列表跳转到实体关系的参数名

This commit is contained in:
刘洪洪
2023-06-30 14:29:44 +08:00
parent 09c83e215c
commit 76b409d95d

View File

@@ -140,7 +140,7 @@ export default {
path: '/entityGraph',
query: {
entityType: this.entityData.entityType,
name: this.entityData.ipAddr || this.entityData.domainName || this.entityData.appName
entityName: this.entityData.ipAddr || this.entityData.domainName || this.entityData.appName
}
})
window.open(href, '_blank')