fix: 修改实体列表跳转到实体关系的参数名
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user