fengxiang
2018-08-01 b9bea44cf5af2ebf17157c46c43a48475d9abfec
src/app/routes/systems/organization/organization-list/organization-list.component.ts
@@ -239,7 +239,6 @@
                        this.organizationService.handle = 'screen' ;
                        this.organizationService.data = row;
                        this.organizationService.config['resultBean'] = res;
                        console.log(res);
                        this.organizationService.title = '配置大屏布局';
                      }
                   }
@@ -257,7 +256,6 @@
                  this.organizationService.handle = 'unit' ;
                  this.organizationService.data = row;
                  this.organizationService.config['resultBean'] = res;
                  console.log(res);
                  this.organizationService.title = '配置显示单位';
                }
             }