diff --git a/src/views/dictionary/template/components/CriterionQuestionForm.vue b/src/views/dictionary/template/components/CriterionQuestionForm.vue index 25d97000..9d2b6410 100644 --- a/src/views/dictionary/template/components/CriterionQuestionForm.vue +++ b/src/views/dictionary/template/components/CriterionQuestionForm.vue @@ -598,9 +598,6 @@ @@ -1326,6 +1323,23 @@ export default { } else { form.MaxAnswerLength = null } + form.ImageCount = null + form.QuestionGenre = null + form.CalculateQuestions = [] + form.CustomCalculateMark = '' + form.DataSource = 0 + form.CustomUnit = null + form.ValueType = null + form.DefaultValue = null + form.MaxQuestionCount = null + form.FileType = [] + form.DictionaryCode = null + form.GroupId = null + form.ClassifyQuestionId = null + form.ClassifyAlgorithms = null + form.HighlightAnswerList = [] + form.ExportIdentification = 0 + form.ExportResult = [] }, getLesionType() { return new Promise((resolve, reject) => { 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 6e680a3d..6337450e 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 @@ -560,6 +560,19 @@ ]" > + + + + +