From 731d54a5858c961009aa7051ee9620db3f6fb794 Mon Sep 17 00:00:00 2001 From: "zhaokaiyao@91isoft.com" <6922339zky> Date: Tue, 17 Aug 2021 14:20:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=B7=E5=A4=96=E6=A0=87=E5=87=86=E6=B3=95?= =?UTF-8?q?=E8=A7=84--=E7=BC=96=E8=BE=91=E9=A1=B5=E9=9D=A2=20=E6=98=AF?= =?UTF-8?q?=E5=90=A6=E7=BA=B3=E5=85=A5=E8=AE=A4=E8=AF=81=E6=B8=85=E5=8D=95?= =?UTF-8?q?=E4=B8=8D=E5=BF=85=E5=A1=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../foreignStandardsAndRegulations/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'}