This commit is contained in:
潘晓云
2022-04-11 19:12:35 +08:00
parent 7878c02f58
commit 7f0d50e633
2 changed files with 11 additions and 3 deletions

View File

@ -6,7 +6,7 @@
</div>
<div style="width: 90%;">
<st #st [scroll]="{x:'1000px',y:'600px'}" [data]="service.$api_get_order_valid_result" [columns]="columns"
[req]="{ method: 'POST', allInBody: true, reName: { pi: 'pageIndex', ps: 'pageSize' }, params: reqParams }"
[req]="{ method: 'POST', allInBody: true, reName: { pi: 'pageIndex', ps: 'pageSize' }, params: reqParams ,process: beforeReq }"
[res]="{ reName: { list: 'data', total: 'data.total' } }" [page]="{ show: false,showSize:false}"
[bordered]="true">
<ng-template st-row="checkStatus" let-item>