From 58bb25500e45d79ae2caccb96fb3716791f8358d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B4=BE=E5=90=8C=E5=AD=A6?= Date: Thu, 25 Sep 2025 14:40:45 +0800 Subject: [PATCH] =?UTF-8?q?UPDATE:=20=E4=BC=98=E5=8C=96=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/plan/planList/components/childrenPlan.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/src/views/plan/planList/components/childrenPlan.vue b/frontend/src/views/plan/planList/components/childrenPlan.vue index d305590..7c87ed1 100644 --- a/frontend/src/views/plan/planList/components/childrenPlan.vue +++ b/frontend/src/views/plan/planList/components/childrenPlan.vue @@ -797,9 +797,10 @@ const importAndMergePlanCheckDataClick = () => { } planCheckDataImportZip.value?.acceptParams(params) } -const importResult = async (success: boolean | undefined) => { +const importResult = async (success: boolean) => { if (success) { await props.refreshTable!() + proTable.value?.getTableList() } }