From d63a90cda5e0386c74d456e71cae8233250b582f Mon Sep 17 00:00:00 2001 From: xixi <123@qq.com> Date: Fri, 7 Jun 2024 10:32:36 +0800 Subject: [PATCH] lyp --- src/route/proj/edit/ProjEditStep2.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/route/proj/edit/ProjEditStep2.tsx b/src/route/proj/edit/ProjEditStep2.tsx index 2e1de3a..fda2e4f 100644 --- a/src/route/proj/edit/ProjEditStep2.tsx +++ b/src/route/proj/edit/ProjEditStep2.tsx @@ -1188,7 +1188,7 @@ export default function ProjEditStep2(props: any) { // label="公司英文名" name="nameEn" - rules={[{ required: true, message: belongShow == 'PERSONAL' ? '请输入英文名' : '请输入公司英文名称' }]} + // rules={[{ required: true, message: belongShow == 'PERSONAL' ? '请输入英文名' : '请输入公司英文名称' }]} >