fix bug
This commit is contained in:
@ -17,7 +17,7 @@
|
||||
<button
|
||||
nz-button
|
||||
nzType="primary"
|
||||
[nzLoading]="service.http.loading"
|
||||
[nzLoading]="false"
|
||||
(click)="st?.load(1)"
|
||||
acl
|
||||
[acl-ability]="['LOGS-SUPPLY-LOGS-list']"
|
||||
@ -36,7 +36,7 @@
|
||||
[req]="{ method: 'POST', allInBody: true, reName: { pi: 'pageIndex', ps: 'pageSize' }, process: beforeReq }"
|
||||
[res]="{ reName: { list: 'data.records', total: 'data.total' } }"
|
||||
[page]="{ show: true, showSize: true, pageSizes: [10, 20, 30, 50, 100, 200, 300, 500, 1000] }"
|
||||
[loading]="service.http.loading"
|
||||
[loading]="false"
|
||||
[scroll]="{ y: '370px' }"
|
||||
></st>
|
||||
</nz-card>
|
||||
|
||||
Reference in New Issue
Block a user