Browse Source

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

lxb 2 years ago
parent
commit
2aa9d4a6b1
1 changed files with 1 additions and 1 deletions
  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)
         })