From 6046e47e394901d44078a371a848b8b43f5b61c6 Mon Sep 17 00:00:00 2001 From: chenjinsong <523037378@qq.com> Date: Fri, 14 Oct 2022 16:08:48 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=A1=91=E5=9F=BA=E5=9B=BE=E8=AF=B7?= =?UTF-8?q?=E6=B1=82=E5=87=BA=E9=94=99=E6=97=B6nodata=E7=9A=84=E5=A4=84?= =?UTF-8?q?=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/charts2/charts/linkMonitor/LinkTrafficSankey.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/charts2/charts/linkMonitor/LinkTrafficSankey.vue b/src/views/charts2/charts/linkMonitor/LinkTrafficSankey.vue index 84cd5cf1..56dccd81 100644 --- a/src/views/charts2/charts/linkMonitor/LinkTrafficSankey.vue +++ b/src/views/charts2/charts/linkMonitor/LinkTrafficSankey.vue @@ -123,7 +123,8 @@ export default { } }).catch(e => { console.error(e) - this.isNoData = true + this.egress = true + this.ingress = true }).finally(() => { this.toggleLoading(false) })