gaoluyang
4 天以前 72249d5b2535e01b8074eb0d1b3fe325e0163626
src/views/qualityManagement/rawMaterialInspection/components/filesDia.vue
@@ -153,7 +153,7 @@
}
// 下载附件
const downLoadFile = (row) => {
  proxy.$download.name(row.url);
   proxy.$download.byUrl(row.url, row.originalFilename);
}
// 预览附件
const lookFile = (row) => {