This commit is contained in:
Taric Xin
2021-12-29 16:15:38 +08:00
parent 128e785a41
commit a82a0ba1ae
21 changed files with 471 additions and 252 deletions

View File

@ -30,7 +30,7 @@
<nz-tab nzTitle="全部"></nz-tab>
</nz-tabset>
<st #st [data]="service.$mock_url" [columns]="columns"
<st #st [data]="service.$api_get_abnormal_gold_page" [columns]="columns"
[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] }"