UPDATE: 优化;
This commit is contained in:
@@ -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()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user