From dc2b61a625e1055f2d6a1ddcbbca4dc3c4d09447 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=8D=E5=81=9A=E7=A0=81=E5=86=9C?= <599854767@qq.com> Date: Thu, 21 Jul 2022 08:36:02 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E6=96=87=E4=BB=B6=E5=AD=98?= =?UTF-8?q?=E5=82=A8=E4=B8=8A=E4=BC=A0=E5=A4=9A=E9=80=89=E5=90=8E=E5=88=A0?= =?UTF-8?q?=E9=99=A4=E5=85=B6=E4=B8=AD=E4=B8=80=E4=B8=AA=E5=87=BA=E7=8E=B0?= =?UTF-8?q?undefined=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/FileUpload/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/FileUpload/index.vue b/src/components/FileUpload/index.vue index 01eaccc..e727e2b 100644 --- a/src/components/FileUpload/index.vue +++ b/src/components/FileUpload/index.vue @@ -196,7 +196,7 @@ function handleUploadSuccess(response, uploadFile) { // 删除文件 function handleDelete(index) { fileList.value.splice(index, 1) - emit('update:modelValue', listToString(fileList.value)) + //emit('update:modelValue', listToString(fileList.value)) } // 获取文件名称