1093: 实体关系探索--右侧详情信息静态页面开发

This commit is contained in:
刘洪洪
2023-06-29 10:46:00 +08:00
parent 7f15139a38
commit 09b37512c9
10 changed files with 1030 additions and 33 deletions

View File

@@ -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),