Skip to content

Commit

Permalink
fix: 导出配置columns报错的bug
Browse files Browse the repository at this point in the history
  • Loading branch information
greper committed Oct 26, 2023
1 parent 108c994 commit d12f881
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/fast-admin/fs-admin-antdv4
Submodule fs-admin-antdv4 updated 0 files
2 changes: 1 addition & 1 deletion packages/fast-crud/src/lib/fs-export/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ export async function exportTable(crudExpose: CrudExpose, opts: ExportProps = {}
const mapping = {
row: clone,
originalRow: row,
key: col.key,
key: exportCol.key,
col,
exportCol
};
Expand Down

0 comments on commit d12f881

Please sign in to comment.