|  |  | 
 |  |  |                 </nz-input> | 
 |  |  |             </div> | 
 |  |  |           </div> | 
 |  |  |   </form>    | 
 |  |  |     <div class="modal-footer"> | 
 |  |  |          <span style="padding: 5px 10px;"> | 
 |  |  |             组织:                   | 
 |  |  |           </span> | 
 |  |  |           <nz-select style="width: 240px;" [(ngModel)]="configMap.orgId" (ngModelChange)="setOrgId($event)" [nzPlaceHolder]="'选择 组织(输入名称搜索)'" | 
 |  |  |             nzAllowClear [nzFilter]="false" nzShowSearch  (nzSearchChange)="orgSelectChange($event)" [nzNotFoundContent]="'无法找到'" > | 
 |  |  |             <nz-option *ngFor="let option of orgOptions" [nzLabel]="option.name" [nzValue]="option.id" [nzDisabled]="option.disabled"> | 
 |  |  |             </nz-option> | 
 |  |  |           </nz-select> | 
 |  |  |             | 
 |  |  |         <button nz-button type="button" (click)="close()">关闭</button> | 
 |  |  |         <button nz-button [nzType]="'primary'" [nzLoading]="isSaving"> | 
 |  |  |           <span> | 
 |  |  | 
 |  |  |           </span> | 
 |  |  |         </button> | 
 |  |  |     </div> | 
 |  |  |   </form> | 
 |  |  |  |