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 cf14ecec..b8676390 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 @@ -165,7 +165,7 @@ 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 63f926ed..ca1dedf5 100644 --- a/src/views/trials/trials-panel/reading/dicoms3D/components/ReadPage.vue +++ b/src/views/trials/trials-panel/reading/dicoms3D/components/ReadPage.vue @@ -2533,15 +2533,13 @@ export default { if (this.isFusion || this.isMPR) { const confirm = await this.$confirm(this.$t('trials:reading:confirm:changeStack')) if (!confirm) return false - if (this.isMPR) { - this.rows = 1 - this.cols = 1 - } this.isFusion = false this.isMPR = false this.fullScreenIndex = null this.setToolsPassive() } + this.rows = 1 + this.cols = 1 if (taskIndex === this.activeTaskIndex) return if (!this.selectArr.includes(taskInfo.VisitTaskId)) { this.selectArr.push(taskInfo.VisitTaskId) diff --git a/src/views/trials/trials-panel/setting/reading-unit/components/QuestionsList.vue b/src/views/trials/trials-panel/setting/reading-unit/components/QuestionsList.vue index b6f6aab2..761a293b 100644 --- a/src/views/trials/trials-panel/setting/reading-unit/components/QuestionsList.vue +++ b/src/views/trials/trials-panel/setting/reading-unit/components/QuestionsList.vue @@ -36,14 +36,14 @@ />