diff --git a/src/views/trials/trials-panel/reading/dicoms/components/IRecist/QuestionList.vue b/src/views/trials/trials-panel/reading/dicoms/components/IRecist/QuestionList.vue index 33a6823..bd7c0e5 100644 --- a/src/views/trials/trials-panel/reading/dicoms/components/IRecist/QuestionList.vue +++ b/src/views/trials/trials-panel/reading/dicoms/components/IRecist/QuestionList.vue @@ -1103,6 +1103,7 @@ export default { DicomEvent.$emit('getMeasureData') DicomEvent.$emit('getReportInfo', true) DicomEvent.$emit('refreshStudyListMeasureData') + DicomEvent.$emit('showIRecistTip') } loading.close() } catch (e) { diff --git a/src/views/trials/trials-panel/reading/dicoms/index.vue b/src/views/trials/trials-panel/reading/dicoms/index.vue index 75f336f..b7e2437 100644 --- a/src/views/trials/trials-panel/reading/dicoms/index.vue +++ b/src/views/trials/trials-panel/reading/dicoms/index.vue @@ -208,7 +208,7 @@ export default { this.dialogVisible = true this.cdVisitTaskId = taskId }) - DicomEvent.$on('refreshStudyListMeasureData', () => { + DicomEvent.$on('showIRecistTip', () => { var param = { subjectId: this.subjectId, trialId: this.trialId,