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;