fix bug
This commit is contained in:
@ -47,14 +47,14 @@
|
||||
[button]="'none'"></sf>
|
||||
</div>
|
||||
<div nz-col [nzXl]="8" [nzLg]="6" [nzSm]="24" [nzXs]="24">
|
||||
<button nz-button nzType="primary" [nzLoading]="service.http.loading"
|
||||
<button nz-button nzType="primary" [nzLoading]="false"
|
||||
(click)="inputST?.load(1)">查询</button>
|
||||
<button nz-button (click)="resetInputSF()">重置</button>
|
||||
</div>
|
||||
</div> -->
|
||||
<st #inputST [data]="service.$api_get_advance_collection_detail" [columns]="columns.input"
|
||||
[page]="{ show: false }" [req]="{ process: beforeReq }" [res]="{ reName: { list: 'data' } }"
|
||||
[loading]="service.http.loading" [scroll]="{ x: '1200px', y: '370px' }" class="mt-md">
|
||||
[loading]="false" [scroll]="{ x: '1200px', y: '370px' }" class="mt-md">
|
||||
<ng-template st-row="no" let-item let-index="index" let-column="column">
|
||||
{{index+1}}
|
||||
</ng-template>
|
||||
@ -68,14 +68,14 @@
|
||||
[button]="'none'"></sf>
|
||||
</div>
|
||||
<div nz-col [nzXl]="8" [nzLg]="6" [nzSm]="24" [nzXs]="24">
|
||||
<button nz-button nzType="primary" [nzLoading]="service.http.loading"
|
||||
<button nz-button nzType="primary" [nzLoading]="false"
|
||||
(click)="infoST?.load(1)">查询</button>
|
||||
<button nz-button (click)="resetInfoSF()">重置</button>
|
||||
</div>
|
||||
</div> -->
|
||||
<st #infoST [scroll]="{ x: '2000px' }" [data]="service.$api_get_advance_collection_hrxiao"
|
||||
[columns]="columns.info" [page]="{ show: false }" [req]="{ process: beforeReq }"
|
||||
[res]="{ reName: { list: 'data' } }" [loading]="service.http.loading"
|
||||
[res]="{ reName: { list: 'data' } }" [loading]="false"
|
||||
[scroll]="{ x: '1200px', y: '370px' }" class="mt-md">
|
||||
<ng-template st-row="no" let-item let-index="index" let-column="column">
|
||||
{{index+1}}
|
||||
|
||||
Reference in New Issue
Block a user