From 0aeca24eaa0bba299ac8efffb52efdf76c2c1bcf Mon Sep 17 00:00:00 2001 From: zhangyu Date: Tue, 18 Apr 2023 16:18:59 +0800 Subject: [PATCH] =?UTF-8?q?NEZ-2782=20=20fix=EF=BC=9A=E5=85=B3=E7=B3=BB?= =?UTF-8?q?=E5=9B=BE=20=E6=98=BE=E7=A4=BA=E5=BC=82=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha-fronted/src/components/chart/chart/chartTopology.vue | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/nezha-fronted/src/components/chart/chart/chartTopology.vue b/nezha-fronted/src/components/chart/chart/chartTopology.vue index 16f297e2c..f48727afd 100644 --- a/nezha-fronted/src/components/chart/chart/chartTopology.vue +++ b/nezha-fronted/src/components/chart/chart/chartTopology.vue @@ -750,6 +750,12 @@ export default { }, // deep: true, immediate: true + }, + chartData: { + immediate: true, + handler (n) { + this.initChart() + } } }, created () {