fengxiang
2018-07-06 8ac3a87733b421c1f1cb3b691f946c05bdae02df
src/app/routes/systems/organization/organization.component.html
@@ -5,6 +5,8 @@
        <ng-template #body>
            <app-organization-list *ngIf="organizationService.handle=='list'"></app-organization-list>
            <app-organization-config *ngIf="organizationService.handle=='config'"></app-organization-config>
            <app-organization-config-screen *ngIf="organizationService.handle=='screen'"></app-organization-config-screen>
            <app-organization-config-unit *ngIf="organizationService.handle=='unit'"></app-organization-config-unit>
        </ng-template>
</nz-card>