From b786c5e656468e3c224c80f407f2ec6fe72db9ae Mon Sep 17 00:00:00 2001 From: "DESKTOP-6C3NK6N\\WXS" <815034831@qq.com> Date: Mon, 22 Jul 2024 14:42:33 +0800 Subject: [PATCH] =?UTF-8?q?pacs=E7=9B=B4=E8=BF=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../image-inspect/components/view-study.vue | 2 +- .../trial-summary/image-inspect/index.vue | 4 +-- .../trial-summary/push-record/index.vue | 25 ++++++++++--------- .../components/uploadDicomFiles2.vue | 4 +++ .../crc-upload/components/uploadDiocmPacs.vue | 15 +++++------ 5 files changed, 28 insertions(+), 22 deletions(-) diff --git a/src/views/trials/trials-panel/trial-summary/image-inspect/components/view-study.vue b/src/views/trials/trials-panel/trial-summary/image-inspect/components/view-study.vue index 27f4532c..40fa342e 100644 --- a/src/views/trials/trials-panel/trial-summary/image-inspect/components/view-study.vue +++ b/src/views/trials/trials-panel/trial-summary/image-inspect/components/view-study.vue @@ -234,7 +234,7 @@ export default { let res = await getPatientStudyList(data); this.loading = false; if (res.IsSuccess) { - this.list = res.Result; + this.list = res.Result.CurrentPageData; } } catch (err) { this.loading = false; diff --git a/src/views/trials/trials-panel/trial-summary/image-inspect/index.vue b/src/views/trials/trials-panel/trial-summary/image-inspect/index.vue index a8acfdd1..546770a7 100644 --- a/src/views/trials/trials-panel/trial-summary/image-inspect/index.vue +++ b/src/views/trials/trials-panel/trial-summary/image-inspect/index.vue @@ -155,7 +155,7 @@ show-overflow-tooltip sortable="custom" > @@ -198,7 +198,7 @@ sortable="custom" > diff --git a/src/views/trials/trials-panel/trial-summary/push-record/index.vue b/src/views/trials/trials-panel/trial-summary/push-record/index.vue index cc1f5bba..31338ef7 100644 --- a/src/views/trials/trials-panel/trial-summary/push-record/index.vue +++ b/src/views/trials/trials-panel/trial-summary/push-record/index.vue @@ -108,15 +108,11 @@ - - + /> - + /> + > + + { if (res.IsSuccess) { this.getStudyInfo(); + if (this.uploadActiveName === "pacs") { + this.$refs.dicomPacs.getList(); + } if ( this.$route.path !== "/trials/trials-panel/visit/crc-question" ) { diff --git a/src/views/trials/trials-panel/visit/crc-upload/components/uploadDiocmPacs.vue b/src/views/trials/trials-panel/visit/crc-upload/components/uploadDiocmPacs.vue index fe67452f..8b39ac65 100644 --- a/src/views/trials/trials-panel/visit/crc-upload/components/uploadDiocmPacs.vue +++ b/src/views/trials/trials-panel/visit/crc-upload/components/uploadDiocmPacs.vue @@ -10,11 +10,13 @@ prop="TrialSiteKeyInfo" > @@ -136,10 +138,8 @@ { return { + PatientInfo: null, EarliestStudyTime: null, LatestStudyTime: null, Modalities: null,