Parcourir la source

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

lxb il y a 2 ans
Parent
commit
2aa9d4a6b1

+ 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)
         })