fix: 修改实体列表跳转到实体关系的参数名
This commit is contained in:
@@ -140,7 +140,7 @@ export default {
|
|||||||
path: '/entityGraph',
|
path: '/entityGraph',
|
||||||
query: {
|
query: {
|
||||||
entityType: this.entityData.entityType,
|
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')
|
window.open(href, '_blank')
|
||||||
|
|||||||
Reference in New Issue
Block a user