This commit is contained in:
weiyu
2022-04-28 19:02:37 +08:00
2 changed files with 4 additions and 2 deletions

View File

@ -39,6 +39,7 @@ export class InvoicedListComponent implements OnInit {
ngOnInit(): void {}
beforeReq = (requestOptions: STRequestOptions) => {
Object.assign(requestOptions.body,{sts: '3'})
if (this.sf) {
Object.assign(requestOptions.body, {
...this.sf.value,
@ -48,7 +49,7 @@ export class InvoicedListComponent implements OnInit {
}
});
}
return requestOptions;
return requestOptions ;
};
stChange(e: STChange): void {