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);