From 3d5d7c200c358501720c3ab992570d40c3eeaa70 Mon Sep 17 00:00:00 2001 From: dataeaseShu <106045316+dataeaseShu@users.noreply.github.com> Date: Thu, 30 Mar 2023 13:57:33 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=82=B9=E5=87=BB=E8=A1=80=E7=BC=98?= =?UTF-8?q?=E5=85=B3=E7=B3=BB=E5=89=8D=E7=AB=AF=E6=8F=90=E7=A4=BA=E5=BC=82?= =?UTF-8?q?=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/system/relationship/consanguinity.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/views/system/relationship/consanguinity.vue b/frontend/src/views/system/relationship/consanguinity.vue index 7d83ab73cd..4f5d40d08b 100644 --- a/frontend/src/views/system/relationship/consanguinity.vue +++ b/frontend/src/views/system/relationship/consanguinity.vue @@ -339,6 +339,7 @@ export default { return [list, gap] }, initEchart(clickNode = []) { + if (!this.treeData.length) return if (this.myChart) { this.myChart.dispose() this.myChart = null