This commit is contained in:
Taric Xin
2022-02-11 15:33:26 +08:00
parent 63572e11f9
commit cf1ae122fc
11 changed files with 103 additions and 166 deletions

View File

@ -33,8 +33,6 @@
</div>
<st #st [data]="service.$api_get_enterprise_staff_page" [columns]="columns"
[req]="{ method: 'POST', allInBody: true, reName: { pi: 'pageIndex', ps: 'pageSize' }, params: {nameOrPhone: this.sf.value?.nameOrPhone} }"
[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" [scroll]="{ y: '370px' }" (change)="stChange($event)"></st>
[req]="{ params: {nameOrPhone: this.sf.value?.nameOrPhone} }" [loading]="service.http.loading"
[scroll]="{ y: '370px' }" (change)="stChange($event)"></st>
</nz-card>