xufenglei
2018-06-21 9cd223e02abde85ba740ae8117e02f254c329167
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>
@@ -52,6 +52,6 @@
   </div>
   <div class="modal-footer">
      <button nz-button type="button" (click)="close()">关闭</button>
      <button nz-button [nzLoading]="http.loading" [nzType]="'primary'" [disabled]="!validateForm.valid">保存</button>
      <button nz-button  [nzType]="'primary'" [disabled]="!validateForm.valid">保存</button>
   </div>
</form>