diff --git a/jeecgboot-vue3/src/components/JVxeCustom/src/hooks/useFileCell.ts b/jeecgboot-vue3/src/components/JVxeCustom/src/hooks/useFileCell.ts index 4a8bcc310..ca15c998c 100644 --- a/jeecgboot-vue3/src/components/JVxeCustom/src/hooks/useFileCell.ts +++ b/jeecgboot-vue3/src/components/JVxeCustom/src/hooks/useFileCell.ts @@ -57,6 +57,7 @@ export function useFileCell(props, fileType: UploadTypeEnum, options?) { ...originColumn.value.props, maxCount: maxCount.value, fileType: fileType, + action: originColumn.value.action ?? void 0, }); }