From 2a27ff121757e4cca00c7c857a8f9effb422266d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=99=BD=E5=87=A4=E5=90=89?= Date: Tue, 8 Jul 2025 18:09:42 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=B6=88=E6=AF=92=E8=AE=B0=E5=BD=95?= =?UTF-8?q?=E5=8F=AF=E4=BB=A5=E5=A4=9A=E9=80=89=E5=AF=BC=E5=87=BA=E8=80=8C?= =?UTF-8?q?=E4=B8=8D=E6=98=AF=E5=AF=BC=E5=87=BA=E5=85=A8=E9=83=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/audit/History.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/audit/History.vue b/src/components/audit/History.vue index 7d976e2..0486838 100644 --- a/src/components/audit/History.vue +++ b/src/components/audit/History.vue @@ -94,7 +94,9 @@ const onExportHistory = () => { const exportParams = { className: 'DisinfectionLogsService', fnName: 'exportRecord', - params: selectedRecords.value.map(item => item.name), + params: { + logNames: selectedRecords.value.map(item => item.name), + }, } syncSendCmd(exportParams) .then((res) => {