fix: 暂时隐藏实体列表的事件数量和下拉详情的事件
This commit is contained in:
@@ -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) {
|
||||
|
||||
@@ -270,7 +270,7 @@ export default {
|
||||
setTimeout(() => {
|
||||
this.queryEntityDetailTraffic()
|
||||
this.queryNetworkQuantity()
|
||||
this.queryEventNum()
|
||||
// this.queryEventNum()
|
||||
})
|
||||
},
|
||||
beforeUnmount () {
|
||||
|
||||
Reference in New Issue
Block a user