|  |  |  | 
|---|
|  |  |  | 组织: | 
|---|
|  |  |  | </span> | 
|---|
|  |  |  | <nz-select style="width: 240px;" [(ngModel)]="configMap.orgId" (ngModelChange)="setOrgId($event)" [nzPlaceHolder]="'选择 组织(输入名称搜索)'" | 
|---|
|  |  |  | nzAllowClear [nzFilter]="false" nzShowSearch  (nzSearchChange)="orgSelectChange($event)" [nzNotFoundContent]="'无法找到'" > | 
|---|
|  |  |  | nzAllowClear [nzFilter]="false" nzShowSearch  (nzSearchChange)="orgSelectChange($event)" [nzNotFoundContent]="'无法找到'" | 
|---|
|  |  |  | [nzDisabled]="!isEditState"> | 
|---|
|  |  |  | <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'" (click)="save(null,validateForm.value,validateForm.valid)" [nzLoading]="isSaving"> | 
|---|
|  |  |  | <button nz-button *ngIf="isEditState" [nzType]="'primary'" (click)="save(null,validateForm.value,validateForm.valid)" [nzLoading]="isSaving"> | 
|---|
|  |  |  | <span> | 
|---|
|  |  |  | 保存 | 
|---|
|  |  |  | <span *ngIf="isSaving">中</span> | 
|---|