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