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 @@
-
+
\ No newline at end of file
diff --git a/public/components/property/editRoom/editRoom.html b/public/components/property/editRoom/editRoom.html
index 24381b443..df0be504d 100755
--- a/public/components/property/editRoom/editRoom.html
+++ b/public/components/property/editRoom/editRoom.html
@@ -19,7 +19,7 @@
@@ -148,4 +148,4 @@
-
+
\ No newline at end of file
diff --git a/public/components/property/editRoom/editRoom.js b/public/components/property/editRoom/editRoom.js
index bd541e84c..ec9510103 100755
--- a/public/components/property/editRoom/editRoom.js
+++ b/public/components/property/editRoom/editRoom.js
@@ -145,16 +145,10 @@
},
],
'editRoomInfo.layer': [{
- limit: "required",
- param: "",
- errInfo: "房屋楼层高度不能为空"
- },
- {
- limit: "num",
- param: "",
- errInfo: "房屋楼层高度必须为数字"
- }
- ],
+ limit: "required",
+ param: "",
+ errInfo: "房屋楼层高度不能为空"
+ }],
'editRoomInfo.state': [{
limit: "required",
param: "",