From f1b61f87c5bf968d930382f6a1526015c23edbdd Mon Sep 17 00:00:00 2001 From: zhangdaiscott Date: Wed, 7 Jun 2023 09:21:10 +0800 Subject: [PATCH] =?UTF-8?q?=20[issues/530]JVxeTable=20=E7=9A=84JVxeTypes.i?= =?UTF-8?q?mage=E7=B1=BB=E5=9E=8B=EF=BC=8C=E6=97=A0=E6=B3=95=E5=85=A8?= =?UTF-8?q?=E9=83=A8=E5=88=A0=E9=99=A4=E4=B8=8A=E4=BC=A0=E5=9B=BE=E7=89=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/JVxeCustom/src/hooks/useFileCell.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/JVxeCustom/src/hooks/useFileCell.ts b/src/components/JVxeCustom/src/hooks/useFileCell.ts index 216721a..e86abdc 100644 --- a/src/components/JVxeCustom/src/hooks/useFileCell.ts +++ b/src/components/JVxeCustom/src/hooks/useFileCell.ts @@ -65,6 +65,10 @@ export function useFileCell(props, fileType: UploadTypeEnum, options?) { if (path) { innerFile.value.path = path; handleChangeCommon(innerFile.value); + } else { + //update-begin-author:liusq date:2023-06-05 for: [issues/530]JVxeTable 的JVxeTypes.image类型,无法全部删除上传图片 + handleChangeCommon(null); + //update-end-author:liusq date:2023-06-05 for: [issues/530]JVxeTable 的JVxeTypes.image类型,无法全部删除上传图片 } }