From e3339972ed8b7103b6ef5294e6078577ccd99e7a Mon Sep 17 00:00:00 2001 From: java110 <928255095@qq.com> Date: Mon, 25 Apr 2022 19:02:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=86=E6=A5=BC=E5=B1=82=E6=94=AF=E6=8C=81?= =?UTF-8?q?=20=E5=AD=97=E6=AF=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/property/addRoomView/addRoomView.js | 14 ++++---------- .../property/deleteFloor/deleteFloor.html | 12 +++++++----- public/components/property/editRoom/editRoom.html | 4 ++-- public/components/property/editRoom/editRoom.js | 14 ++++---------- 4 files changed, 17 insertions(+), 27 deletions(-) diff --git a/public/components/property/addRoomView/addRoomView.js b/public/components/property/addRoomView/addRoomView.js index 9693cf9f9..4b559bb5b 100755 --- a/public/components/property/addRoomView/addRoomView.js +++ b/public/components/property/addRoomView/addRoomView.js @@ -66,16 +66,10 @@ }, ], 'addRoomViewInfo.layer': [{ - limit: "required", - param: "", - errInfo: "房屋楼层不能为空" - }, - { - limit: "num", - param: "", - errInfo: "房屋楼层高度必须为数字" - }, - ], + limit: "required", + param: "", + errInfo: "房屋楼层不能为空" + }], 'addRoomViewInfo.apartment': [{ limit: "required", param: "", diff --git a/public/components/property/deleteFloor/deleteFloor.html b/public/components/property/deleteFloor/deleteFloor.html index 909bf0226..1d154ff7d 100755 --- a/public/components/property/deleteFloor/deleteFloor.html +++ b/public/components/property/deleteFloor/deleteFloor.html @@ -2,18 +2,20 @@