From 2002af54d0ec9128debaf1eccb5afb0f677f0c14 Mon Sep 17 00:00:00 2001 From: JEECG <445654970@qq.com> Date: Tue, 19 Aug 2025 13:59:42 +0800 Subject: [PATCH] =?UTF-8?q?JVxeTypes.image=E7=BB=84=E4=BB=B6action?= =?UTF-8?q?=E5=AD=97=E6=AE=B5=E5=8F=AA=E8=83=BD=E5=AE=9A=E4=B9=89=E7=AC=AC?= =?UTF-8?q?1=E5=BC=A0=E5=9B=BE=E7=89=87=E7=9A=84=E4=B8=8A=E4=BC=A0?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3=EF=BC=8C=E5=90=8E=E9=9D=A2=E5=9B=BE=E7=89=87?= =?UTF-8?q?=E7=9A=84=E6=8E=A5=E5=8F=A3=E8=BF=98=E6=98=AF=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=E5=85=AC=E5=85=B1=E4=B8=8A=E4=BC=A0=E6=8E=A5=E5=8F=A3=20#8628?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/JVxeCustom/src/hooks/useFileCell.ts | 1 + 1 file changed, 1 insertion(+) 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, }); }