浏览代码

【检测报告】下载文件传id

lxb 2 年之前
父节点
当前提交
2aa9d4a6b1
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      imcs-ui/src/views/zuihou/qualityCenter/qualityResult/Index.vue

+ 1 - 1
imcs-ui/src/views/zuihou/qualityCenter/qualityResult/Index.vue

@@ -154,7 +154,7 @@
         this.search()
       },
       downloadReport (row) {
-        this.queryParams.id = row.taskId
+        this.queryParams.id = row.id
         measuringOffsetMgrApi.download(this.queryParams).then(response => {
           downloadFile(response)
         })