吴学文
2019-07-17 71bc98161c605c585fb9fd62ae84a735a3650e8b
WebService/src/main/resources/components/add-room/addRoom.js
@@ -11,6 +11,7 @@
                apartment:'',
                builtUpArea:'',
                unitPrice:'',
                state:'',
                remark:'',
                communityId:''
            }
@@ -118,6 +119,13 @@
                                    errInfo:"户型不能为空"
                                }
                            ],
                            'addRoomInfo.state':[
                                {
                                    limit:"required",
                                    param:"",
                                    errInfo:"房间状态不能为空"
                                }
                            ],
                            'addRoomInfo.builtUpArea':[
                                {
                                    limit:"required",
@@ -203,6 +211,7 @@
                  builtUpArea:'',
                  unitPrice:'',
                  remark:'',
                  state:'',
                  communityId:''
                }
            }