From 8ad0e3f91e0db1d7e31929da51decf20ef389628 Mon Sep 17 00:00:00 2001 From: java110 <928255095@qq.com> Date: Sun, 31 May 2020 17:05:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=9B=BE=E7=89=87=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E6=95=B0=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/components/frame/editOrg/editOrg.js | 12 ------------ 1 file changed, 12 deletions(-) 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",