fix bug
This commit is contained in:
@ -47,7 +47,7 @@
|
||||
[button]="'none'"></sf>
|
||||
</div>
|
||||
<div nz-col [nzXl]="8" [nzLg]="6" [nzSm]="24" [nzXs]="24">
|
||||
<button nz-button nzType="primary" [nzLoading]="false"
|
||||
<button nz-button nzType="primary" [nzLoading]="service.http.loading"
|
||||
(click)="inputST?.load(1)">查询</button>
|
||||
<button nz-button (click)="resetInputSF()">重置</button>
|
||||
</div>
|
||||
@ -68,7 +68,7 @@
|
||||
[button]="'none'"></sf>
|
||||
</div>
|
||||
<div nz-col [nzXl]="8" [nzLg]="6" [nzSm]="24" [nzXs]="24">
|
||||
<button nz-button nzType="primary" [nzLoading]="false"
|
||||
<button nz-button nzType="primary" [nzLoading]="service.http.loading"
|
||||
(click)="infoST?.load(1)">查询</button>
|
||||
<button nz-button (click)="resetInfoSF()">重置</button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user