This commit is contained in:
2026-01-26 18:07:54 +08:00
parent 5a651a1f90
commit 35a1a0d247

View File

@ -174,7 +174,7 @@ const previewFile = (item) => {
const downloadFile = async (item) => { const downloadFile = async (item) => {
try { try {
const dataList =JSON.parse(item.wjdz) const dataList = JSON.parse(item.wjdz)
if (dataList.length === 0) return proxy.$message.warning('没有文件可下载'); if (dataList.length === 0) return proxy.$message.warning('没有文件可下载');
const downloadCount = dataList.length; const downloadCount = dataList.length;
let successCount = 0; let successCount = 0;