From cd4d00b01324cb3997c4e538f175cce6e116469b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wei=5F=E4=BD=B3?= Date: Thu, 27 Nov 2025 16:15:38 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A2=9E=E5=8A=A0=20`file=5Furls`=20?= =?UTF-8?q?=E5=AD=97=E6=AE=B5=E6=98=A0=E5=B0=84=20`formData.attachments`?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/views/transaction/invoice/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/web/src/views/transaction/invoice/index.vue b/web/src/views/transaction/invoice/index.vue index 7657198..88fad20 100644 --- a/web/src/views/transaction/invoice/index.vue +++ b/web/src/views/transaction/invoice/index.vue @@ -295,6 +295,7 @@ async function handleInvoiceConfirm(formData) { email: formData.email, subject: formData.email, // 用户要求 subject 传 email body: formData.content, // 映射 content -> body + file_urls: formData.attachments, // 映射 attachments -> file_url file_url: formData.attachments, // 映射 attachments -> file_url status:'success' }