fengxiang
2018-06-15 565f5b26ee306966f0b4b9447b7a8f9b04a9fe00
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
  ) {}
}