diff --git a/src/main.js b/src/main.js index 5c617034..9c67244c 100644 --- a/src/main.js +++ b/src/main.js @@ -515,7 +515,7 @@ async function VueInit() { isOpen = false count = 0; isLock = null - // zzSessionStorage.removeItem('isLock') + zzSessionStorage.removeItem('isLock') // DicomEvent.$emit('isLock', false) localStorage.setItem('count', '0') document.querySelector('#my_username').value = null 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 7b350554..205d0398 100644 --- a/src/views/trials/trials-panel/reading/dicoms3D/components/ReadPage.vue +++ b/src/views/trials/trials-panel/reading/dicoms3D/components/ReadPage.vue @@ -186,8 +186,10 @@ @click.prevent="openFusion"> -
+
- +
{ if (item) { @@ -1464,6 +1464,7 @@ export default { ); voxelManager.setScalarData(scalarData); } + this.createSegmentationRepresentation(segmentationId) }, createSegmentGroupObj(name) { let flag = this.segmentList.some(item => item.name === name) diff --git a/src/views/trials/trials-panel/reading/dicoms3D/components/customize/QuestionFormItem.vue b/src/views/trials/trials-panel/reading/dicoms3D/components/customize/QuestionFormItem.vue index ed9fff37..1d1289a6 100644 --- a/src/views/trials/trials-panel/reading/dicoms3D/components/customize/QuestionFormItem.vue +++ b/src/views/trials/trials-panel/reading/dicoms3D/components/customize/QuestionFormItem.vue @@ -8,7 +8,9 @@ style="font-weight: bold;font-size: 14px;margin: 5px 0px;">
{{ question.QuestionName }} - + {{ $t('common:button:add') }}
@@ -36,14 +38,15 @@ - +