fix bug
This commit is contained in:
		| @ -6,7 +6,7 @@ | ||||
|     </button> | ||||
|   </ng-template> | ||||
|   <ng-template #content> | ||||
|     <nz-skeleton [nzLoading]="false"> | ||||
|     <nz-skeleton [nzLoading]="service.http.loading"> | ||||
|       <div class="user-info" nz-row> | ||||
|         <div nz-col [nzXl]="18" [nzLg]="24" [nzSm]="24" [nzXs]="24" class="d-flex"> | ||||
|           <img [src]="detailData?.enterpriseLogo" /> | ||||
|  | ||||
| @ -89,7 +89,7 @@ | ||||
|  | ||||
|   <div style="padding-left: 379px"> | ||||
|     <button nz-button type="button" nzType="primary" (click)="submitForm()" | ||||
|       [nzLoading]="false">确认新增</button> | ||||
|       [nzLoading]="service.http.loading">确认新增</button> | ||||
|     <button nz-button (click)="goBack()">返回</button> | ||||
|   </div> | ||||
| </nz-card> | ||||
		Reference in New Issue
	
	Block a user