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]