spring
2025-04-09 c7f3b447415448e6ae570882900ee129590f580b
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) {