From 1b5453669f8e9186f9ba95520302257f8baf828d Mon Sep 17 00:00:00 2001 From: wangshiming Date: Wed, 26 Jan 2022 15:57:37 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BD=A6=E8=BE=86=E6=8E=A5=E5=8F=A3=E6=9B=B4?= =?UTF-8?q?=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../invoice-requested/invoice-requested.component.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/routes/ticket-management/components/invoice-requested/invoice-requested.component.ts b/src/app/routes/ticket-management/components/invoice-requested/invoice-requested.component.ts index 99377d53..c9f22479 100644 --- a/src/app/routes/ticket-management/components/invoice-requested/invoice-requested.component.ts +++ b/src/app/routes/ticket-management/components/invoice-requested/invoice-requested.component.ts @@ -43,8 +43,8 @@ export class InvoiceRequestedComponent implements OnInit { Object.assign(requestOptions.body, { ...this.sf.value, createTime: { - start: this.sf?.value?.createTime?.[0] || null, - end: this.sf?.value?.createTime?.[1] || null + start: this.sf?.value?.createTime?.[0] || '', + end: this.sf?.value?.createTime?.[1] || '' } }); }