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 3888c6ce..2b1b8756 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 @@ -727,7 +727,7 @@ }} - + {{ item.label }} @@ -1531,9 +1531,9 @@ export default { form.RelevanceId = '' form.RelevanceValueList = [] } - if (val === 0 && form.Type === 'number' && !this.isFromSystem) { - form.ImageMarkEnum = 1 - } + // if (val === 0 && form.Type === 'number' && !this.isFromSystem) { + // form.ImageMarkEnum = 1 + // } if (val === 2 && form.Type === 'number' && !this.isFromSystem) { form.ImageMarkEnum = 0 } 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 5b2414ed..c81eaaae 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 @@ -429,7 +429,7 @@ {{ [1, 2, 3, 4].includes(form.CustomCalculateMark) ? $t('trials:readingUnit:qsList:message:msg1') : $t('trials:readingUnit:qsList:message:msg2') }} - + {{ item.label }} @@ -1344,9 +1344,9 @@ export default { form.RelevanceId = '' form.RelevanceValueList = [] } - if (val === 0 && form.Type === 'number' && !this.isFromSystem) { - form.ImageMarkEnum = 1 - } + // if (val === 0 && form.Type === 'number' && !this.isFromSystem) { + // form.ImageMarkEnum = 1 + // } if (val === 2 && form.Type === 'number' && !this.isFromSystem) { form.ImageMarkEnum = 0 }