From 94d93312076076a55b35aca9b8b58f147bbf1e40 Mon Sep 17 00:00:00 2001 From: java110 <928255095@qq.com> Date: Wed, 21 Jul 2021 09:19:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BD=8D=E7=BD=AE=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/components/property/addLocation/addLocation.js | 2 +- public/components/property/editLocation/editLocation.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/components/property/addLocation/addLocation.js b/public/components/property/addLocation/addLocation.js index d88cd2272..aa1f3c759 100755 --- a/public/components/property/addLocation/addLocation.js +++ b/public/components/property/addLocation/addLocation.js @@ -33,7 +33,7 @@ errInfo: "位置名称不能为空" }, { - limit: "max", + limit: "maxin", param: "1,100", errInfo: "位置名称不能超过100位" }, diff --git a/public/components/property/editLocation/editLocation.js b/public/components/property/editLocation/editLocation.js index 4c7572a12..270b0af03 100755 --- a/public/components/property/editLocation/editLocation.js +++ b/public/components/property/editLocation/editLocation.js @@ -32,7 +32,7 @@ errInfo: "位置名称不能为空" }, { - limit: "max", + limit: "maxin", param: "1,100", errInfo: "位置名称不能超过100位" },