fix bug
This commit is contained in:
@ -2,12 +2,12 @@
|
||||
<div nz-col nzSpan="13">
|
||||
<div class="mb-sm">
|
||||
<sf mode="search" [schema]="searchSchema" [button]="null" #sf>
|
||||
<button nzType="primary" nz-button (click)="search()" [nzLoading]="service.http.loading">搜索</button>
|
||||
<button nzType="primary" nz-button (click)="search()" [nzLoading]="false">搜索</button>
|
||||
</sf>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<nz-spin *ngIf="service.http.loading">
|
||||
<nz-spin *ngIf="false">
|
||||
</nz-spin>
|
||||
<div>
|
||||
<st #st [data]="diverList" [columns]="columns" [req]="{params: reqParams}"></st>
|
||||
|
||||
Reference in New Issue
Block a user