1093: 实体关系探索--右侧详情信息静态页面开发
This commit is contained in:
@@ -135,6 +135,16 @@ export default {
|
||||
})
|
||||
window.open(href, '_blank')
|
||||
},
|
||||
showGraph () {
|
||||
const { href } = this.$router.resolve({
|
||||
path: '/entityGraph',
|
||||
query: {
|
||||
entityType: this.entityData.entityType,
|
||||
name: this.entityData.ipAddr || this.entityData.domainName || this.entityData.appName
|
||||
}
|
||||
})
|
||||
window.open(href, '_blank')
|
||||
},
|
||||
querySecurity () {
|
||||
const queryParams = {
|
||||
startTime: getSecond(this.timeFilter.startTime),
|
||||
|
||||
Reference in New Issue
Block a user