From 40e8afa59ec9c75b5db538ef940b0e2473e34fa1 Mon Sep 17 00:00:00 2001 From: java110 <928255095@qq.com> Date: Fri, 25 Jun 2021 17:26:31 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=95=E5=85=83=E6=94=AF=E6=8C=81=E6=B1=89?= =?UTF-8?q?=E5=AD=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/components/property/addUnit/addUnit.js | 7 +------ public/components/property/editUnit/editUnit.js | 7 +------ 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/public/components/property/addUnit/addUnit.js b/public/components/property/addUnit/addUnit.js index 65158393e..ef50c6f6f 100755 --- a/public/components/property/addUnit/addUnit.js +++ b/public/components/property/addUnit/addUnit.js @@ -61,12 +61,7 @@ limit:"required", param:"", errInfo:"单元编号不能为空" - }, - { - limit:"num", - param:"", - errInfo:"单元编号必须为数字" - }, + } ], 'addUnitInfo.layerCount':[ { diff --git a/public/components/property/editUnit/editUnit.js b/public/components/property/editUnit/editUnit.js index 0cf89af7c..28f6ec9e8 100755 --- a/public/components/property/editUnit/editUnit.js +++ b/public/components/property/editUnit/editUnit.js @@ -42,12 +42,7 @@ limit: "required", param: "", errInfo: "单元编号不能为空" - }, - { - limit: "num", - param: "", - errInfo: "单元编号必须为数字" - }, + } ], 'editUnitInfo.layerCount': [ {