From a9d62cf28ddfdf2b4a9c00aaab532647c5f272e2 Mon Sep 17 00:00:00 2001
From: caiyiling <1321909229@qq.com>
Date: Wed, 20 May 2026 09:01:43 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BB=BB=E5=8A=A1=E7=BA=A7=E5=88=AB=E5=88=97?=
=?UTF-8?q?=E8=A1=A8=E6=9B=B4=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../trial-summary/data-sync/components/TaskList.vue | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
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) {