feat: 添加子表格复制功能

This commit is contained in:
wjh 2024-03-13 17:54:24 +08:00
parent aa8ac55c28
commit d64ff60674

View File

@ -259,7 +259,6 @@ export const Table: any = observer(
} = { ...others1, ...others2 } as any;
const field = useArrayField(others);
const columns = useTableColumns(others);
const schema = useFieldSchema();
const collection = useCollection_deprecated();
const isTableSelector = schema?.parent?.['x-decorator'] === 'TableSelectorProvider';