fix: (demo->page>form>high) expose getDataSource close #3529 (#3530)

This commit is contained in:
crudboy
2024-01-16 16:49:12 +08:00
committed by GitHub
parent 974c1fad7f
commit 0c1235e75a

View File

@@ -68,6 +68,8 @@
scroll: { y: '100%' },
pagination: false,
});
// 暴露getDataSource 供父组件使用
defineExpose({ getDataSource });
function handleEdit(record: EditRecordRow) {
record.onEdit?.(true);