diff --git a/src/views/trials/trials-panel/trial-summary/data-sync/components/TaskList.vue b/src/views/trials/trials-panel/trial-summary/data-sync/components/TaskList.vue
index 0356b741..0ad6bcc4 100644
--- a/src/views/trials/trials-panel/trial-summary/data-sync/components/TaskList.vue
+++ b/src/views/trials/trials-panel/trial-summary/data-sync/components/TaskList.vue
@@ -64,16 +64,13 @@
-
- {{ $fd('JobState', scope.row.JobState) }}
-
-
+
{{ $fd('JobState', scope.row.JobState) }}
{{ $fd('JobState', scope.row.JobState) }}
-
+
{{ $fd('JobState', scope.row.JobState) }}
{{ $fd('JobState', scope.row.JobState) }}
@@ -200,7 +197,7 @@ export default {
try {
this.loading = true
let params = {
- fileUploadRecordIdList: [row.Id]
+ fileUploadRecordIdList: [row.FileUploadRecordId]
}
let res = await batchAddSyncFileTask(params)
if (res.IsSuccess) {