From 77f8a80fd68bb5b50e8218a64f06389e3ce00960 Mon Sep 17 00:00:00 2001 From: caiyiling <1321909229@qq.com> Date: Thu, 17 Oct 2024 14:50:57 +0800 Subject: [PATCH] =?UTF-8?q?ecrf=E9=85=8D=E7=BD=AE=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../template/components/CriterionFormItem.vue | 6 ++++++ .../components/CriterionQuestionForm.vue | 1 + .../template/components/TableQsForm.vue | 1 + .../components/QuestionFormItem.vue | 17 ++++++++--------- .../components/QuestionTableFormItem.vue | 12 ++++++------ 5 files changed, 22 insertions(+), 15 deletions(-) diff --git a/src/views/dictionary/template/components/CriterionFormItem.vue b/src/views/dictionary/template/components/CriterionFormItem.vue index 16b7dfd4..b7398f76 100644 --- a/src/views/dictionary/template/components/CriterionFormItem.vue +++ b/src/views/dictionary/template/components/CriterionFormItem.vue @@ -143,6 +143,12 @@ v-if="question.Type==='number'" v-model="questionForm[question.Id]" /> + + - + { + this.$set(this.QuestionsForm, i.Id, null) + }) this.QuestionsForm = {}; }, getOrganInfoList() { diff --git a/src/views/trials/trials-panel/setting/reading-unit/components/QuestionTableFormItem.vue b/src/views/trials/trials-panel/setting/reading-unit/components/QuestionTableFormItem.vue index f39bb20b..0805c904 100644 --- a/src/views/trials/trials-panel/setting/reading-unit/components/QuestionTableFormItem.vue +++ b/src/views/trials/trials-panel/setting/reading-unit/components/QuestionTableFormItem.vue @@ -131,7 +131,7 @@