bug修复

This commit is contained in:
xiaoxing.liu
2022-04-08 18:06:03 +08:00
parent 466d6b4b5e
commit 47a4dedb14

View File

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