From ce2c78f6afb973f585a01ba97b85f3f146aadb5b Mon Sep 17 00:00:00 2001 From: zhangyu Date: Fri, 17 Jun 2022 14:02:55 +0800 Subject: [PATCH] =?UTF-8?q?NEZ-1946=20fix=EF=BC=9A=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E9=80=80=E5=87=BA=E5=BA=95=E9=83=A8=E5=BC=B9=E7=AA=97=E7=9A=84?= =?UTF-8?q?=E4=BA=8B=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/common/bottomBox/bottomBox.vue | 8 ++++---- .../src/components/common/bottomBox/tabs/panelTabNew.vue | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/nezha-fronted/src/components/common/bottomBox/bottomBox.vue b/nezha-fronted/src/components/common/bottomBox/bottomBox.vue index c52f56461..8e3777488 100644 --- a/nezha-fronted/src/components/common/bottomBox/bottomBox.vue +++ b/nezha-fronted/src/components/common/bottomBox/bottomBox.vue @@ -37,7 +37,7 @@ - + @@ -45,14 +45,14 @@ - + - + - + diff --git a/nezha-fronted/src/components/common/bottomBox/tabs/panelTabNew.vue b/nezha-fronted/src/components/common/bottomBox/tabs/panelTabNew.vue index 128ffd750..3b7a19a08 100644 --- a/nezha-fronted/src/components/common/bottomBox/tabs/panelTabNew.vue +++ b/nezha-fronted/src/components/common/bottomBox/tabs/panelTabNew.vue @@ -368,6 +368,7 @@ export default { } else { this.chartListLoading = false this.dataList = this.panelDataList + this.$emit('exit') } }) this.$emit('getTableData')