沈斌
2018-02-02 18df46f1bbdf5f3aa29aedb828ae2bc9d33e0f90
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
  ) {}
}