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/account/account-edit/account-edit.component.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/app/routes/systems/account/account-edit/account-edit.component.html b/src/app/routes/systems/account/account-edit/account-edit.component.html index edcd62d..58b2dad 100644 --- a/src/app/routes/systems/account/account-edit/account-edit.component.html +++ b/src/app/routes/systems/account/account-edit/account-edit.component.html @@ -39,7 +39,7 @@ </div> <div nz-form-control nz-col [nzSpan]="8" nzHasFeedback> <nz-select style="width: 290px;" nzAllowClear [nzPlaceHolder]="'input search text'" [nzFilter]="false" nzShowSearch - formControlName="organizationId" (nzSearchChange)="searchChange($event)" [nzNotFoundContent]="'������������'" > + formControlName="organizationId" (nzSearchChange)="searchChange($event)" [nzNotFoundContent]="'������������'" required> <nz-option *ngFor="let option of searchOptions" [nzLabel]="option['name']" [nzValue]="option['id']"> </nz-option> </nz-select> </div> -- Gitblit v1.8.0