NEZ-3368 fix:alert message 详情页面展示 Data Center 详情异常

This commit is contained in:
18317449825
2023-12-25 20:38:41 +08:00
parent 6f9252e800
commit 87908a69d0

View File

@@ -112,7 +112,7 @@ export default {
label: this.$t('overall.detail')
}]
this.sysArr.forEach(item => {
if (n[item.key]) {
if (n[item.key] && n[item.key].id != -1) {
this.cardNames.push(item)
}
})