fengxiang
2018-03-13 234f914507b05a3b1a92435f5067df6ca4e5eee0
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
  ) {}
}