From ca0cc0f24cfd4afbe1a390e52ebf1b316be91c25 Mon Sep 17 00:00:00 2001 From: Lingzi Date: Tue, 29 Mar 2022 11:35:23 +0800 Subject: [PATCH] fix bug --- .../components/operationtable/operationtable.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/routes/datatable/components/operationtable/operationtable.component.ts b/src/app/routes/datatable/components/operationtable/operationtable.component.ts index bfa13aea..aa4ed793 100644 --- a/src/app/routes/datatable/components/operationtable/operationtable.component.ts +++ b/src/app/routes/datatable/components/operationtable/operationtable.component.ts @@ -16,7 +16,7 @@ export class DatatableOperationtableComponent implements OnInit {; mode = 'year'; date: any = null; defineDate = []; - time: any = [] + time: any = ['2022-01-01 00:00:00'] dateFormat = 'yyyy-MM-dd'; today = new Date(); @ViewChild('st') private readonly st!: STComponent;