fix: 修复实体详情tabs性能事件和安全事件warn图标显示异常的问题
This commit is contained in:
@@ -103,7 +103,7 @@ export default {
|
||||
|
||||
if (res.code === 200) {
|
||||
this.isNoData = res.data.result.length === 0
|
||||
this.$emit('checkWarn', entityDetailTabsName.securityEvent, !this.isNoData)
|
||||
this.$emit('checkWarn', entityDetailTabsName.performanceEvent, !this.isNoData)
|
||||
this.showError = false
|
||||
if (!this.isNoData) {
|
||||
this.eventList = res.data.result
|
||||
|
||||
Reference in New Issue
Block a user