From 509cfdfb6131e4a046ed3dd25dc72aee81933ef5 Mon Sep 17 00:00:00 2001 From: LOG1997 <2694233102@qq.com> Date: Mon, 8 Dec 2025 23:09:40 +0800 Subject: [PATCH] =?UTF-8?q?feat(Home):=20=E6=B7=BB=E5=8A=A0=E5=88=9D?= =?UTF-8?q?=E5=A7=8B=E5=8C=96=E5=AE=8C=E6=88=90=E7=8A=B6=E6=80=81=E6=8E=A7?= =?UTF-8?q?=E5=88=B6=E5=A4=B4=E9=83=A8=E6=A0=87=E9=A2=98=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=20Fix=20#91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Home/components/HeaderTitle/index.vue | 3 ++- src/views/Home/index.vue | 3 ++- src/views/Home/useViewModel.ts | 3 +++ 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/src/views/Home/components/HeaderTitle/index.vue b/src/views/Home/components/HeaderTitle/index.vue index 03e6a4d..e6d350e 100644 --- a/src/views/Home/components/HeaderTitle/index.vue +++ b/src/views/Home/components/HeaderTitle/index.vue @@ -10,6 +10,7 @@ interface Props { topTitle: string tableData: any[] setDefaultPersonList: () => void + isInitialDone: boolean } const props = defineProps() @@ -26,7 +27,7 @@ const { t } = useI18n() > {{ topTitle }} -
+