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 @@