crudboy
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
0 deletions
-
src/views/demo/page/form/high/PersonTable.vue
|
|
|
@ -68,6 +68,8 @@ |
|
|
|
scroll: { y: '100%' }, |
|
|
|
pagination: false, |
|
|
|
}); |
|
|
|
// 暴露getDataSource 供父组件使用 |
|
|
|
defineExpose({ getDataSource }); |
|
|
|
|
|
|
|
function handleEdit(record: EditRecordRow) { |
|
|
|
record.onEdit?.(true); |
|
|
|
|