From e6e9ab03a3ca3cdd13ad8b26b65a561062393ebd Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Wed, 24 Dec 2025 11:10:08 +0800 Subject: [PATCH] 1 --- src/views/trials/trials-panel/reading/read-task/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/trials/trials-panel/reading/read-task/index.vue b/src/views/trials/trials-panel/reading/read-task/index.vue index 5ec5b099..f93bf46c 100644 --- a/src/views/trials/trials-panel/reading/read-task/index.vue +++ b/src/views/trials/trials-panel/reading/read-task/index.vue @@ -209,7 +209,7 @@ @@ -361,6 +361,7 @@ export default { rules: { Type: [{ required: true, message: this.$t('common:ruleMessage:specify'), trigger: 'blur' }], IsCopyOrigenalForms: [{ required: true, message: this.$t('common:ruleMessage:specify'), trigger: 'blur' }], + IsCopyFollowForms: [{ required: true, message: this.$t('common:ruleMessage:specify'), trigger: 'blur' }], RequestReReadingReason: [{ required: true, message: this.$t('common:ruleMessage:specify'), trigger: 'blur' }] }, trialCriterionList: [],