Browse Source

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

pull/3551/head
crudboy 2 years ago
committed by GitHub
parent
commit
0c1235e75a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/views/demo/page/form/high/PersonTable.vue

2
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);

Loading…
Cancel
Save