diff --git a/src/components/feedBack/index.vue b/src/components/feedBack/index.vue index 8698c9ac..f0b44ff6 100644 --- a/src/components/feedBack/index.vue +++ b/src/components/feedBack/index.vue @@ -306,7 +306,8 @@ export default { if (res.IsSuccess) { this.$message.success(this.$t("feedBack:changeState:success")); this.$emit("success"); - this.cancel(); + // this.cancel(); + this.getInfo(this.Id, this.visitTaskId); } } catch (err) { console.log(err); diff --git a/src/views/trials/trials-layout/components/feedBack.vue b/src/views/trials/trials-layout/components/feedBack.vue index 98d1dc8c..69c301ec 100644 --- a/src/views/trials/trials-layout/components/feedBack.vue +++ b/src/views/trials/trials-layout/components/feedBack.vue @@ -72,7 +72,7 @@ export default { position: fixed; bottom: 50px; right: -25px; - z-index: 1000; + z-index: 2000; width: 50px; height: 50px; background: rgba(64, 158, 255, 0.533); diff --git a/src/views/trials/trials-panel/visit/crc-upload/components/uploadDicomFiles2.vue b/src/views/trials/trials-panel/visit/crc-upload/components/uploadDicomFiles2.vue index 896aac7b..6a972b32 100644 --- a/src/views/trials/trials-panel/visit/crc-upload/components/uploadDicomFiles2.vue +++ b/src/views/trials/trials-panel/visit/crc-upload/components/uploadDicomFiles2.vue @@ -859,7 +859,7 @@ export default { uploadCount: 0, uploadedCount: 0, wsList: [], - relationInfo: null, + relationInfo: {}, trialBodyPartTypes: [], trialModalitys: [], myInterval: [], diff --git a/src/views/trials/trials-panel/visit/crc-upload/index.vue b/src/views/trials/trials-panel/visit/crc-upload/index.vue index 4cc834e9..136fb8e6 100644 --- a/src/views/trials/trials-panel/visit/crc-upload/index.vue +++ b/src/views/trials/trials-panel/visit/crc-upload/index.vue @@ -414,109 +414,113 @@ - - - - - - {{ searchData.TrialCode }} - {{ rowData.TrialSiteCode }} - {{ rowData.SubjectCode }} - {{ `${rowData.VisitName} (${rowData.VisitNum})` }} - - -
- - - + + + + + + {{ searchData.TrialCode }} + {{ rowData.TrialSiteCode }} + {{ rowData.SubjectCode }} + {{ `${rowData.VisitName} (${rowData.VisitNum})` }} + + +
+ - - - - - - {{ item.label }} - - - - - - {{ item.label }} - - - - - + - {{ $t('common:button:edit') }} + + + + + + {{ item.label }} + + + + + + {{ item.label }} + + + + + + {{ $t('common:button:edit') }} + + + + + + + + + + + + + + + + + + + + + + + +
+
+
- - - - - - - - - - - - - - - - - - - - - - - -
@@ -1701,6 +1704,11 @@ export default { }