diff --git a/src/pages/certification/index.tsx b/src/pages/certification/index.tsx index 43d5463..da5912b 100644 --- a/src/pages/certification/index.tsx +++ b/src/pages/certification/index.tsx @@ -41,9 +41,9 @@ export default () => { name: "" }); const rules = { - authentication_type: [{ - message: "请选择认证类型" - }], + // authentication_type: [{ + // message: "请选择认证类型" + // }], name: [{ message: "请输入企业名称" }],