This commit is contained in:
kailong321200875
2024-03-04 09:05:40 +08:00
parent 79b917af49
commit a00d76e414
4 changed files with 8 additions and 5 deletions

View File

@@ -9,7 +9,7 @@ export interface SearchExpose {
delSchema: (field: string) => void
addSchema: (formSchema: FormSchema, index?: number) => void
setSchema: (schemaProps: FormSetProps[]) => void
formModel: Recordable
getFormData: <T = Recordable>() => Promise<T>
}
export { Search }

View File

@@ -225,7 +225,8 @@ const defaultExpose = {
setSchema,
setValues,
delSchema,
addSchema
addSchema,
getFormData
}
onMounted(() => {