gongchunyi
2026-05-25 f3c6c2d07ee8e980534c90e2a58d627900c34bbe
src/views/basicData/supplierManage/filesDia.vue
@@ -164,7 +164,7 @@
}
// 下载附件
const downLoadFile = (row) => {
  proxy.$download.name(row.url);
   proxy.$download.byUrl(row.url, row.originalFilename);
}
// 删除
const handleDelete = () => {