From af3e3ab4b322aeb7c568f3915447018355984748 Mon Sep 17 00:00:00 2001 From: zhangwenshuai Date: Fri, 17 Jul 2020 11:44:23 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BF=85=E5=A1=AB=E6=A0=A1=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/apolloTable/editFormV3/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/apolloTable/editFormV3/index.tsx b/components/apolloTable/editFormV3/index.tsx index 4224d6e..e290a8a 100644 --- a/components/apolloTable/editFormV3/index.tsx +++ b/components/apolloTable/editFormV3/index.tsx @@ -117,7 +117,7 @@ class FormWrap extends Component { {getFieldDecorator(columnName, { validateFirst, validateTrigger, - // rules: [{ required: !!item.requiredFlag, message: '必填项不能为空' }, ...rules], + rules: [{ required: !!item.requiredFlag, message: '必填项不能为空' }, ...rules], initialValue: getFormat(detailConfig, item, value), })(