From 1a1e89143ee06b097a87c7a394b603770cb6cafd Mon Sep 17 00:00:00 2001 From: hanyuqing <1106611654@qq.com> Date: Mon, 13 Oct 2025 18:21:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=BC=E5=85=A5=E6=96=87=E4=BB=B6=E5=A4=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gyxtp/src/view/small.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gyxtp/src/view/small.vue b/gyxtp/src/view/small.vue index d390edd..1134663 100644 --- a/gyxtp/src/view/small.vue +++ b/gyxtp/src/view/small.vue @@ -639,8 +639,9 @@ export default { nodes:nodes, links:links } - - this.initChart() + if(this.ciyun==1){ + this.initChart() + } this.$refs.graphRef.setJsonData(data); }) }