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 7946db56..62716a4f 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 @@ -607,7 +607,8 @@ export default { } } let params = null - if (this.addOrEdit.type === 'edit') { + if (this.addOrEdit.type === 'edit' || this.QuestionsForm.RowId) { + this.addOrEdit.type = 'edit' params = { questionId: this.question.Id, RowIndex: parseInt(this.QuestionsForm.RowIndex),