fix bug
This commit is contained in:
@ -17,7 +17,7 @@
|
||||
</ng-template>
|
||||
<div class="modal-footer text-center">
|
||||
<button nz-button type="button" (click)="close()">取消</button>
|
||||
<button nz-button type="submit" nzType="primary" (click)="save(sf.value)" [disabled]="!sf.valid" [nzLoading]="false"
|
||||
<button nz-button type="submit" nzType="primary" (click)="save(sf.value)" [disabled]="!sf.valid" [nzLoading]="service.http.loading"
|
||||
>确定</button
|
||||
>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user