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