fix: 桑基图请求出错时nodata的处理

This commit is contained in:
chenjinsong
2022-10-14 16:08:48 +08:00
parent 73eb942f31
commit 6046e47e39

View File

@@ -123,7 +123,8 @@ export default {
}
}).catch(e => {
console.error(e)
this.isNoData = true
this.egress = true
this.ingress = true
}).finally(() => {
this.toggleLoading(false)
})