wuxw
2019-07-20 39ceed7f60905297629a45978cc29b6fe8bd05d8
WebService/src/main/resources/components/edit-community/editCommunity.js
@@ -17,7 +17,7 @@
         },
         _initEvent:function(){
             vc.on('editCommunity','openEditCommunityModel',function(_params){
             vc.on('editCommunity','openEditCommunityModal',function(_params){
                vc.component.refreshEditCommunityInfo();
                $('#editCommunityModel').modal('show');
                vc.component.editCommunityInfo = _params;
@@ -37,8 +37,8 @@
                        },
 {
                            limit:"maxin",
                            param:"10,20",
                            errInfo:"小区名称必须在10至20字符之间"
                            param:"4,20",
                            errInfo:"小区名称必须在4至20字符之间"
                        },
                    ],
'editCommunityInfo.address':[
@@ -48,7 +48,7 @@
                            errInfo:"小区地址不能为空"
                        },
 {
                            limit:"maxin",
                            limit:"maxLength",
                            param:"200",
                            errInfo:"小区地址不能大于200个字符"
                        },
@@ -60,28 +60,28 @@
                            errInfo:"附近地标不能为空"
                        },
 {
                            limit:"maxin",
                            limit:"maxLength",
                            param:"50",
                            errInfo:"小区附近地标不能大于50个字符"
                        },
                    ],
'editCommunityInfo.cityCode':[
 {
                            limit:"maxin",
                            limit:"maxLength",
                            param:"12",
                            errInfo:"小区城市编码不能大于4个字符"
                        },
                    ],
'editCommunityInfo.mapX':[
 {
                            limit:"maxin",
                            limit:"maxLength",
                            param:"20",
                            errInfo:"小区城市编码不能大于4个字符"
                        },
                    ],
'editCommunityInfo.mapY':[
 {
                            limit:"maxin",
                            limit:"maxLength",
                            param:"20",
                            errInfo:"小区城市编码不能大于4个字符"
                        },