'fixbug'
This commit is contained in:
@ -73,7 +73,7 @@
|
||||
[req]="{ process: beforeReq }"
|
||||
[res]="{ reName: { list: 'data.records', total: 'data.total' } , process: afterRes}"
|
||||
[page]="{ show: true, showSize: true, pageSizes: [10, 20, 30, 50, 100, 200, 300, 500, 1000] }"
|
||||
[loading]="loading"
|
||||
[loading]="false"
|
||||
>
|
||||
<ng-template st-row="createUserName" let-item let-index="index">
|
||||
<div> {{ item?.createUserName }}/{{ item?.createUserPhone }} </div>
|
||||
|
||||
@ -98,7 +98,7 @@ export class SupplyManagementBulkComponent implements OnInit {
|
||||
return requestOptions;
|
||||
};
|
||||
search() {
|
||||
this.st?.load(1);
|
||||
this.st?.load();
|
||||
this.getGoodsSourceStatistical()
|
||||
}
|
||||
afterRes = (data: any[], rawData?: any) => {
|
||||
|
||||
Reference in New Issue
Block a user