From 6ca3f76907c556b24da233e400557ecf9ba6a277 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Mon, 30 Jun 2025 14:27:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=A8=E9=98=85=E7=89=87=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=EF=BC=8C=E5=BD=93=E4=B8=80=E4=B8=AA=E9=97=AE=E9=A2=98=E7=BB=91?= =?UTF-8?q?=E5=AE=9A=E6=B5=8B=E9=87=8F=E6=A0=87=E8=AE=B0=E5=90=8E=EF=BC=8C?= =?UTF-8?q?=E7=A7=BB=E9=99=A4=E6=A0=87=E8=AE=B0=E5=B9=B6=E4=BF=9D=E5=AD=98?= =?UTF-8?q?=E5=90=8E=EF=BC=8C=E6=B5=8B=E9=87=8F=E5=80=BC=E6=B2=A1=E6=9C=89?= =?UTF-8?q?=E6=B8=85=E7=A9=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../dicoms3D/components/customize/QuestionFormItem.vue | 5 ++++- 1 file changed, 4 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 dc5897f0..da5a4404 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 @@ -989,7 +989,10 @@ export default { // }, async operateImageMarker(obj) { // if (obj.question.IsTableQuestion && this.question.Id !== obj.question.ParentQsId) return - + if (obj.operateStateEnum === 4) { + // 移除问题标记值 + this.$set(this.questionForm, obj.question.Id, null) + } if (obj.question.IsTableQuestion && obj.operateStateEnum === 4) { // 移除表格问题标记 this.$set(this.QuestionsForm, obj.question.Id, null)