fix bug
This commit is contained in:
@ -38,7 +38,7 @@ export class PaymentOrderComponent extends BasicTableComponent implements OnInit
|
||||
|
||||
beforeReq = (requestOptions: STRequestOptions) => {
|
||||
if (this.sf) {
|
||||
let params = { ...this.sf.value };
|
||||
let params = { ...this.sf?.value };
|
||||
if (params.payDate) {
|
||||
const payDate = { start: this.sf?.value?.payDate?.[0], end: this.sf?.value?.payDate?.[1] };
|
||||
params.payDate = payDate;
|
||||
|
||||
Reference in New Issue
Block a user