UPDATE: 优化;

This commit is contained in:
贾同学
2025-09-25 14:40:45 +08:00
parent 3d73c34343
commit 58bb25500e

View File

@@ -797,9 +797,10 @@ const importAndMergePlanCheckDataClick = () => {
} }
planCheckDataImportZip.value?.acceptParams(params) planCheckDataImportZip.value?.acceptParams(params)
} }
const importResult = async (success: boolean | undefined) => { const importResult = async (success: boolean) => {
if (success) { if (success) {
await props.refreshTable!() await props.refreshTable!()
proTable.value?.getTableList()
} }
} }