diff --git a/public/components/frame/editOrg/editOrg.js b/public/components/frame/editOrg/editOrg.js index a7bee266c..cfc5febd8 100644 --- a/public/components/frame/editOrg/editOrg.js +++ b/public/components/frame/editOrg/editOrg.js @@ -83,18 +83,6 @@ errInfo: "描述不能为空" }, ], - 'editOrgInfo.belongCommunityId': [ - { - limit: "required", - param: "", - errInfo: "隶属小区不能为空" - }, - { - limit: "num", - param: "", - errInfo: "隶属小区不正确" - }, - ], 'editOrgInfo.orgId': [ { limit: "required",