Merge branch 'lxx' into 'develop'

Lxx

See merge request tms-ui/tms-obc-web!8
This commit is contained in:
刘孝星
2022-04-08 18:06:43 +08:00

View File

@ -19,7 +19,7 @@ export class DatatableDriverComponent implements OnInit {
mode = 'year';
date: any = null;
defineDate = [];
queryTime: any = ''
queryTime: any = [new Date().getFullYear()]
dateFormat = 'yyyy';
today = new Date();
ui: SFUISchema = {};