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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

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