From 16e2db37cd18c275f44e2d11b4cfc0be003bfeb2 Mon Sep 17 00:00:00 2001
From: caiyiling <1321909229@qq.com>
Date: Fri, 3 Apr 2026 13:48:38 +0800
Subject: [PATCH] =?UTF-8?q?=E6=96=87=E4=BB=B6=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/FileList.vue | 7 ++++++-
.../trial-summary/data-sync/components/TaskList.vue | 4 ++--
.../trials/trials-panel/trial-summary/data-sync/index.vue | 7 ++++++-
3 files changed, 14 insertions(+), 4 deletions(-)
diff --git a/src/views/trials/trials-panel/trial-summary/data-sync/components/FileList.vue b/src/views/trials/trials-panel/trial-summary/data-sync/components/FileList.vue
index 3a7b3c32..c2568eb1 100644
--- a/src/views/trials/trials-panel/trial-summary/data-sync/components/FileList.vue
+++ b/src/views/trials/trials-panel/trial-summary/data-sync/components/FileList.vue
@@ -77,7 +77,12 @@
- {{ $fd('YesOrNo', scope.row.IsSync) }}
+
+ {{ $fd('YesOrNo', scope.row.IsSync) }}
+
+
+ {{ $fd('YesOrNo', scope.row.IsSync) }}
+
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 5ab58708..134efc2b 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
@@ -137,6 +137,7 @@ export default {
mounted() {
this.$nextTick(()=>{
this.searchData.Path = this.path
+ this.searchData.FileUploadRecordId = this.fileUploadRecordId
this.getList()
})
},
@@ -148,8 +149,7 @@ export default {
this.searchData.StudyCode = this.rowInfo.StudyCode
this.searchData.SubjectCode = this.rowInfo.SubjectCode
this.searchData.VisitName = this.rowInfo.VisitName
- this.searchData.FileUploadRecordId = this.fileUploadRecordId
- this.searchData.Path = this.path
+
let res = await getUploadFileSyncRecordList(this.searchData)
this.loading = false
this.list = res.Result.CurrentPageData
diff --git a/src/views/trials/trials-panel/trial-summary/data-sync/index.vue b/src/views/trials/trials-panel/trial-summary/data-sync/index.vue
index 32ff950c..550be16f 100644
--- a/src/views/trials/trials-panel/trial-summary/data-sync/index.vue
+++ b/src/views/trials/trials-panel/trial-summary/data-sync/index.vue
@@ -78,7 +78,12 @@
- {{ $fd('YesOrNo', scope.row.IsSync) }}
+
+ {{ $fd('YesOrNo', scope.row.IsSync) }}
+
+
+ {{ $fd('YesOrNo', scope.row.IsSync) }}
+