gaoluyang
2025-03-14 8029dc74c4b01c377c1aec6d50b97067eb0958f3
src/views/CNAS/systemManagement/customerSatisfaction/index.vue
@@ -72,7 +72,7 @@
} from '@/api/cnas/systemManagement/customerSatisfaction.js'
export default {
  name: 'a8-customer-satisfaction',
  name: 'CustomerSatisfaction',
  // import 引入的组件需要注入到对象中才能使用
  components: { filePreview, FormDialog, limsTable, TableCard },
  data() {
@@ -304,7 +304,7 @@
    },
    // 下载客户福建
    upload(row) {
      this.$download.downloadFileFromUrl(row.fileUrl, row.fileName);
      this.$download.saveAs(row.fileUrl, row.fileName);
    },
    // 删除客户分析附件
    delFile(row) {