diff --git a/packages/core/client/src/schema-component/antd/association-field/SubTable.tsx b/packages/core/client/src/schema-component/antd/association-field/SubTable.tsx index bcfe463899..38209fca61 100644 --- a/packages/core/client/src/schema-component/antd/association-field/SubTable.tsx +++ b/packages/core/client/src/schema-component/antd/association-field/SubTable.tsx @@ -189,6 +189,7 @@ export const SubTable: any = observer( onChange: (page, pageSize) => { setCurrentPage(page); setPageSize(pageSize); + field.componentProps.pageSize = pageSize; field.onInput(field.value); }, showSizeChanger: true,