xufenglei
2018-08-03 4cec89117e98c5378f03879e407ee44f494eaa8e
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 = '配置显示单位';
                }
             }