gongchunyi
2026-05-25 f3c6c2d07ee8e980534c90e2a58d627900c34bbe
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 = () => {