diff --git a/src/views/trials/trials-panel/visit/consistency-check/components/fullCheck.vue b/src/views/trials/trials-panel/visit/consistency-check/components/fullCheck.vue index 4cc5595d..ac8bf45a 100644 --- a/src/views/trials/trials-panel/visit/consistency-check/components/fullCheck.vue +++ b/src/views/trials/trials-panel/visit/consistency-check/components/fullCheck.vue @@ -26,7 +26,7 @@ @@ -42,7 +42,7 @@ @@ -86,7 +86,7 @@ export default { async download(row, type) { let url = this.OSSclientConfig.basePath + row[type] let name = `DataReconciliation_${Date.now()}.xlsx` - if (type === 'RelativePath') name = row.fileName + if (type === 'RelativePath') name = row.FileName await downLoadFile(url, name) }, // 获取质疑列表