From f4964aed2983c41417d6163e86f6119faa802a68 Mon Sep 17 00:00:00 2001 From: suixy <2277317060@qq.com> Date: Fri, 12 Dec 2025 14:42:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9ws?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/index.vue | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/src/views/index.vue b/src/views/index.vue index 6c1704d..c6c01b3 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -636,13 +636,13 @@ { // 打开处置模态框 const openHandleObstacleDialog3 = (e) => { console.log(e) - dialog4Form.value = e.row + dialog4Form.value = { + ...e.row, + fileList: e.row.files.map(v => { + return {url: v} + }) + } + console.log(dialog4Form.value) dialog4.value = true } // 确定处理