From 917d32bf46f9dc6eee6d8a15b3e7bed673a2c19f Mon Sep 17 00:00:00 2001 From: caiyiling <1321909229@qq.com> Date: Wed, 23 Oct 2024 13:46:27 +0800 Subject: [PATCH] =?UTF-8?q?ecrf=E9=BB=98=E8=AE=A4=E5=80=BC=E6=9B=B4?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../setting/reading-unit/components/QuestionsForm.vue | 4 ++-- .../setting/reading-unit/components/TableQsForm.vue | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/trials/trials-panel/setting/reading-unit/components/QuestionsForm.vue b/src/views/trials/trials-panel/setting/reading-unit/components/QuestionsForm.vue index 3293d63b..17b84bdc 100644 --- a/src/views/trials/trials-panel/setting/reading-unit/components/QuestionsForm.vue +++ b/src/views/trials/trials-panel/setting/reading-unit/components/QuestionsForm.vue @@ -905,7 +905,7 @@ export default { GroupName: '', GroupEnName: '', Remark: '', - ImageCount: 1, + ImageCount: 0, RelevanceId: '', RelevanceValueList: [], LesionType: '', @@ -1323,7 +1323,7 @@ export default { } else { form.MaxAnswerLength = null } - form.ImageCount = null + form.ImageCount = 0 form.QuestionGenre = null form.CalculateQuestions = [] form.CustomCalculateMark = '' 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 6337450e..e589396e 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 @@ -760,7 +760,7 @@ export default { ClassifyAlgorithms: null, ExportIdentification: 0, ExportResult: [], - ImageCount: null + ImageCount: 0 // IsEnable: true }, rules: { @@ -1114,7 +1114,7 @@ export default { form.ClassifyAlgorithms = null form.ExportIdentification = 0 form.ExportResult = [] - form.ImageCount = null + form.ImageCount = 0 }, close() { this.$emit('close')