diff --git a/src/views/trials/trials-panel/setting/reading-unit/components/TableQsForm.vue b/src/views/trials/trials-panel/setting/reading-unit/components/TableQsForm.vue index 73c6013c..63c35d12 100644 --- a/src/views/trials/trials-panel/setting/reading-unit/components/TableQsForm.vue +++ b/src/views/trials/trials-panel/setting/reading-unit/components/TableQsForm.vue @@ -696,6 +696,7 @@ export default { if (!valid) return this.loading = true var params = Object.assign({}, this.form) + params.TrialId = this.$route.query.trialId params.ReadingQuestionId = this.readingQuestionId params.TrialCriterionId = this.criterionId params.CalculateQuestions = JSON.stringify(this.form.CalculateQuestions)