From eaf6ecc304348f824270da1c743b4640e6b8fe93 Mon Sep 17 00:00:00 2001 From: wangwenrui Date: Fri, 17 Jul 2020 17:09:24 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BA=8C=E7=BA=A7panel=20=E5=9B=BE?= =?UTF-8?q?=E8=A1=A8=E5=88=A0=E9=99=A4=E5=90=8E=E5=88=B7=E6=96=B0panel=20b?= =?UTF-8?q?ug=20=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha-fronted/src/components/common/bottomBox/tabs/panelTab.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nezha-fronted/src/components/common/bottomBox/tabs/panelTab.vue b/nezha-fronted/src/components/common/bottomBox/tabs/panelTab.vue index 6d60cd415..ab08186d4 100644 --- a/nezha-fronted/src/components/common/bottomBox/tabs/panelTab.vue +++ b/nezha-fronted/src/components/common/bottomBox/tabs/panelTab.vue @@ -244,7 +244,7 @@ break; } } - this.getTableData(this.obj.id); //删除相关图表后,刷新面板数据 + // this.getTableData(this.obj.id); //删除相关图表后,刷新面板数据 } else { console.error(response.msg); this.$message.error(response.msg);