chenrui
2025-02-24 96f5e06ffbc743dae63db27064140832d752a3f9
src/views/business/inspectionReview/index.vue
@@ -179,10 +179,12 @@
            },
            {
              name: "上传",
              type: "text",
              clickFun: (row) => {
                this.handleUpload(row);
              },
              type: "upload",
              accept: '.doc,.docx',
              url: '/insReport/inReport',
              uploadIdFun: (row) => {
                return row.insReportId
              }
            },
            {
              name: "还原",
@@ -355,7 +357,7 @@
      })
    },
    // 上传报告
    handleUpload () {
    handleUpload (row) {
    },
    // 下载报告