From 7251d8fc08677cccf5c44be6efe4ee0f0e06b0f4 Mon Sep 17 00:00:00 2001 From: zyh Date: Thu, 12 Oct 2023 11:29:34 +0800 Subject: [PATCH] =?UTF-8?q?NEZ-3212=20fix=EF=BC=9AassetId=E4=B8=BA-1?= =?UTF-8?q?=E6=97=B6=20=E4=B8=8D=E6=98=BE=E7=A4=BAasset=20dashboard?= =?UTF-8?q?=E6=A0=87=E7=AD=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/common/alert/alertMessageInfoTab.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nezha-fronted/src/components/common/alert/alertMessageInfoTab.vue b/nezha-fronted/src/components/common/alert/alertMessageInfoTab.vue index 2255f3630..3906e96eb 100644 --- a/nezha-fronted/src/components/common/alert/alertMessageInfoTab.vue +++ b/nezha-fronted/src/components/common/alert/alertMessageInfoTab.vue @@ -148,7 +148,7 @@ export default { key: 'detail', label: this.$t('overall.detail') }] - if (n.assetId) { + if (n.assetId && n.assetId !== -1) { this.cardNames.push( { key: 'asset',