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