From 6fdec0784a5a8cba070dab748d9682f34a98b56f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=AF=E5=B0=8F=E7=8E=8B=E5=91=80=5C24601?= <819653817@qq.com> Date: Thu, 4 Jul 2024 10:46:37 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/plugins/rent/upload-image.vue | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/views/modules/plugins/rent/upload-image.vue b/src/views/modules/plugins/rent/upload-image.vue index 0e06070d9..eb14222d1 100644 --- a/src/views/modules/plugins/rent/upload-image.vue +++ b/src/views/modules/plugins/rent/upload-image.vue @@ -15,7 +15,7 @@
- + @@ -73,11 +73,6 @@ export default { console.log('xxxxxx', this.rowIndex) }, methods: { - handleFileRemoved(file) { - // 处理从子组件接收到的删除文件的信息 - console.log('File removed:', file); - // 例如,可以在这里更新父组件的文件列表或执行其他操作 - }, handleRemove(file) { const delFile = file.url this.fileList.forEach((item, key) => {