fengxiang
2018-05-15 0fedf4949561e5eece7dc55c2dfc4963a5cbb6b2
src/app/routes/systems/organization/organization.component.ts
@@ -10,9 +10,8 @@
})
export class OrganizationComponent implements OnInit {
  ngOnInit(): void {
  }
  constructor(
    private organizationService: OrganizationService
    public organizationService: OrganizationService
  ) {}
}