From 7f2275bad971f10027fbbe114f01ebc18ddc3e37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B4=BE=E5=90=8C=E5=AD=A6?= Date: Thu, 30 Oct 2025 11:08:37 +0800 Subject: [PATCH] =?UTF-8?q?fix(home):=20=E6=9B=B4=E6=96=B0=E6=A0=87?= =?UTF-8?q?=E7=AD=BE=E9=A1=B5=E5=88=87=E6=8D=A2=E4=BA=8B=E4=BB=B6=E5=A4=84?= =?UTF-8?q?=E7=90=86=E5=87=BD=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/home/components/reportResultPopup.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/views/home/components/reportResultPopup.vue b/frontend/src/views/home/components/reportResultPopup.vue index d8001f7..43410be 100644 --- a/frontend/src/views/home/components/reportResultPopup.vue +++ b/frontend/src/views/home/components/reportResultPopup.vue @@ -8,7 +8,7 @@ :close-on-click-modal="false" @close="handleClose" > - + { dialogVisible.value = true } -const handleTabClick = (tab: any) => { - activeName.value = tab.name +const handleTabChange = (name: any) => { + activeName.value = name } const handleChooseClick = async () => { const currentResult = resultData.value[activeName.value]