From 2d4f870274aafddcc25447b329d14f4e635a008c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=8A=B2=E6=9D=BE?= Date: Thu, 12 Mar 2020 17:52:37 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20endpoint-query=E4=B8=ADsave-chart?= =?UTF-8?q?=E4=BE=A7=E6=BB=91panel=E7=9A=84=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha-fronted/src/components/page/dashboard/chartBox.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/nezha-fronted/src/components/page/dashboard/chartBox.vue b/nezha-fronted/src/components/page/dashboard/chartBox.vue index c7806ec50..1e9239058 100644 --- a/nezha-fronted/src/components/page/dashboard/chartBox.vue +++ b/nezha-fronted/src/components/page/dashboard/chartBox.vue @@ -510,6 +510,7 @@ } else { this.$post('panel', {name: this.panelName2}).then(response => { if (response.code === 200) { + this.$emit("reloadOnlyPanel"); this.$store.commit('panelListChange', true); } else { this.$message.error(response.msg);