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() } }