gaoluyang
2026-06-01 baa5da182d9f141d6d3d5af393cbf48e84d58875
src/views/qualityManagement/processInspection/components/filesDia.vue
@@ -124,7 +124,7 @@
};
// 下载附件
const downLoadFile = (row) => {
  proxy.$download.name(row.url);
   proxy.$download.byUrl(row.url, row.originalFilename);
}
// 关闭弹框
const closeDia = () => {