gaoluyang
2026-06-10 7bcc922ed2924583eecf3df378e5f70130d41368
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 = () => {