吴学文
2019-07-10 4ee6445f67bbb56caa2b2f981afce6e87cc602af
WebService/src/main/resources/components/list-owner/listOwner.js
@@ -6,8 +6,7 @@
            listOwnerInfo:{
                owners:[],
                total:0,
                records:1,
                errorInfo:""
                records:1
            }
        },
        _initMethod:function(){
@@ -27,7 +26,8 @@
                    params:{
                        page:_page,
                        row:_row,
                        communityId:vc.getCurrentCommunity().communityId
                        communityId:vc.getCurrentCommunity().communityId,
                        ownerTypeCd:'1001'
                    }
                }
@@ -53,7 +53,7 @@
            },
            _openAddOwnerModal:function(){ //打开添加框
                vc.emit('addOwner','openAddOwnerModal',{});
                vc.emit('addOwner','openAddOwnerModal',-1);
            },
            _openDelOwnerModel:function(_owner){ // 打开删除对话框
                vc.emit('deleteOwner','openOwnerModel',_owner);