diff --git a/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue b/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue index fff49ca0f..0ba85c2fa 100644 --- a/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue +++ b/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue @@ -1941,7 +1941,7 @@ export default { {type: 'string', max: 100, message: '代替标准编号不能超过100个字符', trigger: 'change'} ], isRelateAccess: [ - { required: true, message: '重要度不能为空', trigger: 'change' } + { required: false, message: '重要度不能为空', trigger: 'change' } ], issueTime:[ {required: true, message: '发布日期不能为空', trigger: 'change'}