fix: 暂时隐藏实体列表的事件数量和下拉详情的事件

This commit is contained in:
刘洪洪
2023-09-13 14:59:31 +08:00
parent 406eab8f18
commit e18d50f11f
3 changed files with 5 additions and 5 deletions

View File

@@ -415,8 +415,8 @@ export default {
queryEntityDetail () {
this.queryEntityDetailTraffic()
this.queryEntityDetailPerformance()
this.queryEntityDetailSecurity()
// this.queryEntityDetailPerformance()
// this.queryEntityDetailSecurity()
this.queryEntityDetailNetworkQuantity()
if (this.entity.entityType === 'ip') {
if (!this.entityData.dnsServerRole) {

View File

@@ -270,7 +270,7 @@ export default {
setTimeout(() => {
this.queryEntityDetailTraffic()
this.queryNetworkQuantity()
this.queryEventNum()
// this.queryEventNum()
})
},
beforeUnmount () {