From 9cd223e02abde85ba740ae8117e02f254c329167 Mon Sep 17 00:00:00 2001 From: xufenglei <xufenglei> Date: Thu, 21 Jun 2018 11:42:26 +0800 Subject: [PATCH] 优化 --- src/app/routes/systems/organization/organization-edit/organization-edit.component.ts | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/app/routes/systems/organization/organization-edit/organization-edit.component.ts b/src/app/routes/systems/organization/organization-edit/organization-edit.component.ts index 24427f4..50d8b5a 100644 --- a/src/app/routes/systems/organization/organization-edit/organization-edit.component.ts +++ b/src/app/routes/systems/organization/organization-edit/organization-edit.component.ts @@ -75,7 +75,7 @@ } } ); this.subject.next( this ); - }else { + } else { this.validate(); } } -- Gitblit v1.8.0