This commit is contained in:
Taric Xin
2022-02-25 11:17:21 +08:00
parent 2c2715acf0
commit 4cd04a0671
7 changed files with 10 additions and 13 deletions

View File

@ -33,7 +33,7 @@
<nz-card>
<!-- 数据列表 -->
<st #st multiSort [data]="service.$api_get_freight_list" [columns]="tabType===1?enterColumns:adminColumns"
[req]="{ process: beforeReq }" [loading]="service.http.loading" [scroll]="{ x: '1200px' }">
[req]="{ process: beforeReq }" [page]=" {}" [loading]="service.http.loading" [scroll]="{ x: '1200px' }">
</st>
</nz-card>
<ng-template #content>