gaoluyang
3 天以前 72249d5b2535e01b8074eb0d1b3fe325e0163626
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 = () => {