From 11e788cb8fadac0b82446f83da178511b176729d Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Thu, 21 Mar 2024 14:51:13 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=9C=8B=E6=9D=BF=E6=B5=81=E9=87=8F?= =?UTF-8?q?=E5=9B=BE=E5=AE=9E=E4=BE=8B=E4=B8=BA=E7=A9=BA=E5=88=A4=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/dashboard/overview/components/UPFFlow/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/dashboard/overview/components/UPFFlow/index.vue b/src/views/dashboard/overview/components/UPFFlow/index.vue index 903f7545..607c3913 100644 --- a/src/views/dashboard/overview/components/UPFFlow/index.vue +++ b/src/views/dashboard/overview/components/UPFFlow/index.vue @@ -233,6 +233,7 @@ function fnGetInitData() { watch( () => upfFlowData.value, v => { + if (upfFlowChart.value == null) return; upfFlowChart.value.setOption({ xAxis: { data: v.lineXTime,