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)