fix: 隐藏alertMessahgeInfo dashboard chart的全屏显示

This commit is contained in:
zhangyu
2023-04-26 13:41:04 +08:00
parent 5e438b5bbd
commit 80f8f19840
3 changed files with 6 additions and 3 deletions

View File

@@ -118,8 +118,9 @@ export default {
}
})
// && n.alertRule.dashboardId
n.alertRule && (n.alertRule.dashboardId = 102224)
if (n.alertRule && n.alertRule.dashboardId) {
// n.alertRule.dashboardId = 1487
//
this.cardNames.push({
key: 'dashboard',
label: this.$t('overall.dashboard')