From 35a1a0d247d06ac2bc754eba728763d7ac1a35ec Mon Sep 17 00:00:00 2001 From: Esacpe <1113279529@qq.com> Date: Mon, 26 Jan 2026 18:07:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../backOfficeSystem/HumanIntelligence/fileTransfer/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/backOfficeSystem/HumanIntelligence/fileTransfer/index.vue b/src/views/backOfficeSystem/HumanIntelligence/fileTransfer/index.vue index efa640e..580b125 100644 --- a/src/views/backOfficeSystem/HumanIntelligence/fileTransfer/index.vue +++ b/src/views/backOfficeSystem/HumanIntelligence/fileTransfer/index.vue @@ -174,7 +174,7 @@ const previewFile = (item) => { const downloadFile = async (item) => { try { - const dataList =JSON.parse(item.wjdz) + const dataList = JSON.parse(item.wjdz) if (dataList.length === 0) return proxy.$message.warning('没有文件可下载'); const downloadCount = dataList.length; let successCount = 0;