From ff31b54120fc58a9f6aa5686e3193952c95b7a3f Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Mon, 30 Jun 2025 13:14:20 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A8=E6=A0=BC=E9=97=AE=E9=A2=98=E4=B8=AD?= =?UTF-8?q?=E6=9C=89=E6=A0=87=E8=AE=B0=E6=97=B6=EF=BC=8C=E5=9C=A8=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E8=A1=A8=E6=A0=BC=E8=AE=B0=E5=BD=95=E6=97=B6=EF=BC=8C?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=B8=80=E6=AC=A1=E4=BF=9D=E5=AD=98=E4=BA=86?= =?UTF-8?q?2=E6=9D=A1=E8=AE=B0=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../reading/dicoms3D/components/customize/QuestionFormItem.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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),