huminmin
2026-05-15 a189aa789bdf58bed0b3a7df2d3ee682f882690f
src/views/lavorissue/ledger/filesDia.vue
@@ -163,7 +163,7 @@
}
// 下载附件
const downLoadFile = (row) => {
  proxy.$download.name(row.url);
   proxy.$download.byUrl(row.url, row.originalFilename);
}
// 删除
const handleDelete = () => {