This commit is contained in:
Taric Xin
2022-02-28 11:27:33 +08:00
parent 17357934fb
commit 2b013e0e48
10 changed files with 59 additions and 91 deletions

View File

@ -32,5 +32,5 @@
</div>
</div>
<st #st [data]="tabType===1?service.$api_get_etc_shipper_list:service.$api_get_etc_cart_page" [columns]="columns"
[req]="{ process: beforeReq }" [loading]="service.http.loading" (change)="stChange($event)"></st>
[page]="{}" [req]="{ process: beforeReq }" [loading]="service.http.loading" (change)="stChange($event)"></st>
</nz-card>