NEZ-3368 fix:alert message 详情页面展示 Data Center 详情异常
This commit is contained in:
@@ -112,7 +112,7 @@ export default {
|
|||||||
label: this.$t('overall.detail')
|
label: this.$t('overall.detail')
|
||||||
}]
|
}]
|
||||||
this.sysArr.forEach(item => {
|
this.sysArr.forEach(item => {
|
||||||
if (n[item.key]) {
|
if (n[item.key] && n[item.key].id != -1) {
|
||||||
this.cardNames.push(item)
|
this.cardNames.push(item)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user