liding
2025-04-10 14515b095bcf8bd9c91b3819f8762d42777d8948
src/views/CNAS/systemManagement/correctiveAction/components/ViewTestRecord.vue
@@ -110,7 +110,7 @@
    },
    // 下载
    upload(row) {
      this.$download.downloadFileFromUrl(row.fileUrl, row.fileName);
      this.$download.saveAs(row.fileUrl, row.fileName);
    },
    // 删除
    delete(row) {