diff --git a/src/views/trials/trials-panel/reading/dicoms3D/components/ReadPage.vue b/src/views/trials/trials-panel/reading/dicoms3D/components/ReadPage.vue index 72f555fc..74742425 100644 --- a/src/views/trials/trials-panel/reading/dicoms3D/components/ReadPage.vue +++ b/src/views/trials/trials-panel/reading/dicoms3D/components/ReadPage.vue @@ -899,7 +899,7 @@ export default { this.initLoader() this.getWwcTpl() }) - + this.getTrialCriterion() DicomEvent.$on('isCanActiveNoneDicomTool', data => { this.open.postMessage({ type: 'isCanActiveNoneDicomTool', data: data }, window.location) })