From 81e54a2f94f382bcb9838c8dd79c5119b8e8f14f Mon Sep 17 00:00:00 2001
From: Gary Gu <garygu@Garydebijibendiannao.local>
Date: Tue, 03 Jun 2025 11:44:41 +0800
Subject: [PATCH] feat: 优化无数据显示

---
 src/views/Home.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/Home.vue b/src/views/Home.vue
index a192bb1..0c08726 100644
--- a/src/views/Home.vue
+++ b/src/views/Home.vue
@@ -98,7 +98,7 @@
       >
       </div>
       <div class="chart-container" :style="sectionStyle">
-        <Gantt />
+        <Gantt :selected-id="selectedId" />
       </div>
     </div>
   </div>

--
Gitblit v1.9.3