fengxiang
2018-07-31 eef69fa1194f6ab215b08a8baaf402d0539362cc
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 = '配置显示单位';
                }
             }